<div dir="ltr"><div>when generating the squeakffi plugin I get different sources than the ones in src/plugins dir. Mine generate a compiler error, because isImmediate is redefined, any idea?</div><div><br></div><div>the original src/X64SysVFFIPlugin.c contains (~ line 460):</div><div><br></div><div>#if !defined(isImmediate)</div><div>#if VM_PROXY_MAJOR > 1 || (VM_PROXY_MAJOR == 1 && VM_PROXY_MINOR >= 13)</div><div>extern sqInt isImmediate(sqInt anObject);</div><div>#else</div><div># define isImmediate(anObject) 0</div><div>#endif</div><div>#endif</div><div><br></div><div><br></div><div>while mine gets:</div><div><br></div><div><div>#if VM_PROXY_MAJOR > 1 || (VM_PROXY_MAJOR == 1 && VM_PROXY_MINOR >= 13)</div><div>extern sqInt isImmediate(sqInt anObject);</div><div>#else</div><div># define isImmediate(anObject) 0</div><div>#endif</div><div>#if !defined(isImmediate)</div><div>#endif</div></div><div><br></div><div><br></div><div>Cheers,</div><div>Pocho</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Javier Pimás<br>Ciudad de Buenos Aires</div></div>
</div>