Here is the piece of code in CIL 1.5.1. Please help verify the issue.
Thanks.


Index: machdepenv.ml

===================================================================

--- machdepenv.ml    (revision 9196)

+++ machdepenv.ml    (working copy)

@@ -82,7 +82,7 @@

     alignof_aligned = getInt entries "max_alignment";

     size_t = respace (getNthString 0 entries "size_t");

     wchar_t = respace (getNthString 0 entries "wchar_t");

-    char_is_unsigned = getBool entries "char_signed";

+    char_is_unsigned = not (getBool entries "char_signed");

     const_string_literals = getBool entries "const_string_literals";

     little_endian = not (getBool entries "big_endian");

     __thread_is_keyword = getBool entries "__thread_is_keyword";
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to