[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-645-gcdb6807
Mildred Ki'Lya
silkensedai at online.fr
Sun Aug 15 09:48:19 UTC 2010
The following commit has been merged in the master branch:
commit 4d0fa2f26977148a709d15c6389f2da34d26f87a
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 25bd340..8dbde3b 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