[SCM] Lisaac compiler branch, mildred-coverage-rebase, updated. lisaac-0.12-644-g0314edc

Mildred Ki'Lya silkensedai at online.fr
Sat Aug 14 17:27:21 UTC 2010


The following commit has been merged in the mildred-coverage-rebase branch:
commit 04043abf08d846f2acdbfecba7bb0464ca191dff
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Fri Jul 30 16:51:04 2010 +0200

    Removed debug info

diff --git a/src/type/type.li b/src/type/type.li
index 74a492a..e88fdc5 100644
--- a/src/type/type.li
+++ b/src/type/type.li
@@ -1039,7 +1039,7 @@ Section TYPE
     + is_only:BOOLEAN;
 
 
-    "Load Prototype : ".print;call_path.print; ' '.print; n.print; '\n'.print;
+    // "Load Prototype : ".print;call_path.print; ' '.print; n.print; '\n'.print;
 
     result := dico_name_to_prototype.fast_reference_at n;
     (result = NULL).if {
@@ -1167,7 +1167,7 @@ Section TYPE
       POSITION.send_error;
     };
 
-    result.filename.print; '\n'.print; '\n'.print;
+    // result.filename.print; '\n'.print; '\n'.print;
 
     result
   );

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list