[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-519-ga7fd608

Benoit Sonntag sonntag at icps.u-strasbg.fr
Sat Oct 24 01:58:46 UTC 2009


The following commit has been merged in the master branch:
commit a7fd608bfaa2924a7e3fddde1ff44835a7a4ec4f
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Sat Oct 24 03:58:45 2009 +0200

    little bug with shorter

diff --git a/lib/base/character.li b/lib/base/character.li
index 0d0c532..f4beaa6 100644
--- a/lib/base/character.li
+++ b/lib/base/character.li
@@ -44,8 +44,6 @@ Section Public
   //
   
   - object_size:INTEGER := 1;
-
-//  - pointer_size:INTEGER := 1;
   
   - maximum:INTEGER := 255;
   
@@ -71,9 +69,6 @@ Section Public
   - to_integer_8:INTEGER_8 <- CONVERT(CHARACTER,INTEGER_8).on Self;
   // Auto-cast.
   
-  //- to_char_unicode:CHAR_UNICODE <- CHAR_UNICODE.force_conversion Self;
-  // Auto-cast.
-  
   - to_uinteger_8:UINTEGER_8 <- CONVERT(CHARACTER,UINTEGER_8).on Self;
   
   //

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list