[SCM] Lisaac compiler branch, master, updated. 152365f2ae4b95b90b7ca664ca426c0401bd9b61

Benoit Sonntag sonntag at icps.u-strasbg.fr
Tue Jul 28 17:13:48 UTC 2009


The following commit has been merged in the master branch:
commit 152365f2ae4b95b90b7ca664ca426c0401bd9b61
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Tue Jul 28 19:13:42 2009 +0200

    little bug

diff --git a/src/compiler_any/any_option.li b/src/compiler_any/any_option.li
index b702edb..9e48f18 100644
--- a/src/compiler_any/any_option.li
+++ b/src/compiler_any/any_option.li
@@ -36,6 +36,8 @@ Section Public
     
   - is_shorter :BOOLEAN := FALSE;
   
+  - is_shorter2:BOOLEAN := FALSE;
+  
   //
   // Option du Shorter.
   // 
diff --git a/src/path.h b/src/path.h
index a644d6c..8717230 100644
--- a/src/path.h
+++ b/src/path.h
@@ -1 +1 @@
-#define LISAAC_DIRECTORY "/home/sonntag/lisaac"
+#define LISAAC_DIRECTORY "/home/sonntag/compiler"
diff --git a/tests/abstract_string_test.li b/tests/abstract_string_test.li
index 3c1043d..a818562 100644
--- a/tests/abstract_string_test.li
+++ b/tests/abstract_string_test.li
@@ -30,8 +30,7 @@ Section Header
 Section Public
 
   - run <-
-  (
-    + name:ABSTRACT_STRING;
+  ( + name:ABSTRACT_STRING;
     + empty:ABSTRACT_STRING;
     + values:ARRAY[STRING];
 

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list