Oops.  Fix is uploading now.<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 7:34 AM, Esteban Lorenzano <span dir="ltr">&lt;<a href="mailto:estebanlm@gmail.com">estebanlm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Hi Eliot, list<div><br></div><div>I&#39;m merging latest changes with my work and I have a problem with some of your changes: </div><div><br></div><div>StackInterpreter&gt;&gt;#declareCVarsIn: </div>
<div><br></div><div>now ads this code: </div><div><br></div><div><div><span style="white-space:pre-wrap">        </span>aCCodeGenerator addConstantForBinding: (self bindingOf: #MULTIPLEBYTECODESETS).</div><div><span style="white-space:pre-wrap">        </span>MULTIPLEBYTECODESETS ifFalse:</div>
<div><span style="white-space:pre-wrap">                </span>[aCCodeGenerator</div><div><span style="white-space:pre-wrap">                        </span>var: #bytecodeSetSelector</div><div><span style="white-space:pre-wrap">                        </span>declareC: &#39;#define bytecodeSetSelector 0&#39;].</div>
<div><br></div><div><br></div><div>and MULTIPLEBYTECODESETS is initialized to false</div><div><br></div><div>now, problem is that </div><div><br></div></div><div><div>aCCodeGenerator</div><div><span style="white-space:pre-wrap">                        </span>var: #bytecodeSetSelector</div>
<div><span style="white-space:pre-wrap">                        </span>declareC: &#39;#define bytecodeSetSelector 0&#39;</div></div><div><br></div><div>will generate </div><div><br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(122,72,47)">
#define bytecodeSetSelector <span style="color:#2f2fd0">0</span>;</div></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(122,72,47)">
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">and semicolon with generate a compiler error... so... there is a problem there. </div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">How can I change that so it works? </div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">
btw, if I initialize MULTIPLEBYTECODESETS as true problem gone, but I don&#39;t know if that change is appropiate (and also, we need a fix for bad generated code)</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">
<br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">cheers,</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:medium">Esteban </div><font color="#888888"><div><br></div></font></div>
</div></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div><br>