[SCM] Lisaac compiler branch, mildred-projects, updated. lisaac-0.12-428-geeebcb2

Mildred Ki'Lya silkensedai at online.fr
Fri Aug 7 00:11:32 UTC 2009


The following commit has been merged in the mildred-projects branch:
commit eeebcb236689480cd1f77454bbe345b0e77a8212
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Thu Aug 6 21:11:51 2009 +0200

    fix bug following CHARACTER.code :UINTEGER_8

diff --git a/lib/base/character.li b/lib/base/character.li
index 21d0061..ac570ac 100644
--- a/lib/base/character.li
+++ b/lib/base/character.li
@@ -55,7 +55,7 @@ Section Public
   // Sign-extended conversion.
   ( + result:INTEGER;
     result:=code.to_integer;
-    ? {result.in_range (INTEGER_8.minimum) to (INTEGER_8.maximum)};
+    ? {result.in_range (UINTEGER_8.minimum) to (UINTEGER_8.maximum)};
     result
   );
   

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list