[SCM] Lisaac compiler branch, mildred-projects, updated. lisaac-0.12-424-g40aa94e

Mildred Ki'Lya silkensedai at online.fr
Wed Aug 5 22:07:45 UTC 2009


The following commit has been merged in the mildred-projects branch:
commit 40aa94ed31fd96aadb5a514ff5e6468202401f04
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Aug 5 23:37:45 2009 +0200

    rename PROTOTYPE.name to PROTOTYPE.longname (check its uses in the future)

diff --git a/src/type/prototype.li b/src/type/prototype.li
index ce81f32..726ac3b 100644
--- a/src/type/prototype.li
+++ b/src/type/prototype.li
@@ -50,6 +50,9 @@ Section Public
   
   + shortname:STRING_CONSTANT;
   
+  + longname:STRING_CONSTANT;
+  - name:STRING_CONSTANT <- longname;
+  
   //
   // Slots
   //
@@ -188,7 +191,7 @@ Section Public
     ? {n != NULL};
     
     filename   := f;
-    name       := n;
+    longname   := n;
     itm_source := FAST_ARRAY[PRJ_ITEM].create_with_capacity 1;
     itm_source.add_last s;
     idx := n.fast_last_index_of '.';

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list