[SCM] Lisaac compiler branch, living-external, updated. lisaac-0.12-548-gf6e3b14

Mildred Ki'Lya silkensedai at online.fr
Thu Oct 8 17:06:12 UTC 2009


The following commit has been merged in the living-external branch:
commit 5d48c99ab8eb9bdb4ba57be5079a2e5cc60c2acc
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Thu Oct 8 16:18:40 2009 +0200

    Make ITM_ARGUMENT.item available again

diff --git a/src/item/itm_arg.li b/src/item/itm_arg.li
index cc0d8ad..d0a4fd8 100644
--- a/src/item/itm_arg.li
+++ b/src/item/itm_arg.li
@@ -62,12 +62,11 @@ Section Public
   //
   // Running.
   //
-/*  
-  - item idx:INTEGER :ITM_TYPE_MONO <- 
+
+  - item idx:INTEGER :ITM_TYPE_MONO <-
   ( ? {idx = 0};
     type
   );
-  */
 
   - to_run_in arg_lst:FAST_ARRAY(LOCAL) for p:PARAMETER_TO_TYPE <-
   ( + t:ITM_TYPE_MONO;
diff --git a/src/item/itm_args.li b/src/item/itm_args.li
index e836664..97c52b5 100644
--- a/src/item/itm_args.li
+++ b/src/item/itm_args.li
@@ -64,12 +64,11 @@ Section Public
   //
   // Running.
   //
-/*
+
   - item idx:INTEGER :ITM_TYPE_MONO <- 
   ( ? {idx.in_range 0 to upper};
     type.item idx
   );
-  */
   
   - to_run_in arg_lst:FAST_ARRAY(LOCAL) for p:PARAMETER_TO_TYPE <-
   ( + t:TYPE_FULL;
diff --git a/src/item/itm_argument.li b/src/item/itm_argument.li
index de2e578..ccc6f2a 100644
--- a/src/item/itm_argument.li
+++ b/src/item/itm_argument.li
@@ -43,13 +43,13 @@ Section Public
   //
   // Running.
   //
-/*  
+  
   - item idx:INTEGER :ITM_TYPE_MONO <- 
   (
     deferred;
     NULL
   );
-*/  
+  
   - to_run_in arg_lst:FAST_ARRAY(LOCAL) for p:PARAMETER_TO_TYPE <-
   (
     deferred;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list