[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-544-g16e5526

Benoit Sonntag sonntag at icps.u-strasbg.fr
Sat Nov 21 13:30:37 UTC 2009


The following commit has been merged in the master branch:
commit 16e55261ac1cc776e1f8c72719dac7d376d9c732
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Sat Nov 21 14:30:34 2009 +0100

    essai2

diff --git a/lib/standard/string/abstract_string.li b/lib/standard/string/abstract_string.li
index 43f447c..73c3bd7 100644
--- a/lib/standard/string/abstract_string.li
+++ b/lib/standard/string/abstract_string.li
@@ -173,7 +173,7 @@ Section Public
   - Self:SELF '!<' other:ABSTRACT_STRING :BOOLEAN <-
   // Is Current less than `other' ?
   ( + i: INTEGER;
-    + result: BOOLEAN;
+    + result:BOOLEAN;
     
     i := 1;
     {(count < i) || {other.count < i} || {item i != other.item i}}.until_do {

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list