<div class="gmail_quote">On Sun, Nov 13, 2011 at 7:18 PM, Eric Marsden <span dir="ltr"><<a href="mailto:eric.marsden@free.fr">eric.marsden@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":2aq">,----<br>
| > (disassemble '(lambda (p1 p2) (declare (optimize (safety 0)) (type (member #\U00FE) p2)) (equalp p1 p2)))<br>
|<br>
| ;;; Compiling (DEFUN C::GAZONK ...).<br>
| ;;; Emitting code for C::GAZONK.<br>
| /*    function definition for GAZONK                                */<br>
| /*    optimize speed 3, debug 0, space 0, safety 0                  */<br>
| static cl_object L1c__gazonk(cl_object V1, cl_object V2)<br>
| { VT2 VLEX2 CLSR2 STCK2<br>
|       const cl_env_ptr cl_env_copy = ecl_process_env();<br>
|       cl_object value0;<br>
|       char V3;<br>
|       V3= CHAR_CODE(V2);<br></div></blockquote></div><div><br></div>Here is the problem: "char" in Linux is "signed char", while in OS X it seems to default to "unsigned char". I have changed ECL so that BASE-CHAR objects are unboxed using the explicit C type "unsigned char" to avoid such ambiguities. ASA I get to a non-firewalled computer I will upload the fix.<div>

<br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>