[SCM] Lisaac compiler branch, mildred-projects, updated. lisaac-0.12-522-g7004753

Mildred Ki'Lya silkensedai at online.fr
Tue Sep 1 01:02:29 UTC 2009


The following commit has been merged in the mildred-projects branch:
commit 700475371b8a0d1e291a6e7f4edcea693c21da65
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sat Aug 29 18:25:55 2009 +0200

    fixed Section Header.lip ... in progress

diff --git a/src/lip/prj_item.li b/src/lip/prj_item.li
index ac708e5..6173b17 100644
--- a/src/lip/prj_item.li
+++ b/src/lip/prj_item.li
@@ -109,7 +109,7 @@ Section Public
                        source  Self
                        generic_count gen_count;
         set_prototype p;
-        PARSER.go_on p;
+        PARSER.go_on p project project;
       } else {
 	string_tmp.copy "Cannot open `";
 	string_tmp.append string_tmp;
diff --git a/src/parser.li b/src/parser.li
index f79bcf4..7eede19 100644
--- a/src/parser.li
+++ b/src/parser.li
@@ -3299,11 +3299,12 @@ Section Public
   // Parser Entry.
   //
     
-  - go_on obj:PROTOTYPE <-
+  - go_on obj:PROTOTYPE project lip:LIP_PROJECT <-
   (
     ? { object=NULL};
     
     // Source information.
+    lip_prj  := lip;
     object   := obj;
     source   := obj.source;
     position := source.lower;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list