[SCM] Lisaac compiler branch, mildred-bugfix, updated. lisaac-0.12-557-gcaab436

Mildred Ki'Lya silkensedai at online.fr
Mon Oct 12 21:28:47 UTC 2009


The following commit has been merged in the mildred-bugfix branch:
commit 99f39a37f9cac03eb790ae6154a3b0644e684c2b
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Mon Oct 12 23:15:37 2009 +0200

    Remove debug code

diff --git a/src/type/type.li b/src/type/type.li
index 3344fe9..a1299dd 100644
--- a/src/type/type.li
+++ b/src/type/type.li
@@ -536,14 +536,11 @@ Section Public
 	(type_c != NULL).if {
 	  0.to 4 do { j:INTEGER;
 	    tab := slot_size.item j;
-	    // BSBS: A tester sont utilité !
+	    // BSBS: A tester sont utilité !
 	    (! tab.is_empty).if {
 	      semantic_error (tab.first.position,"Slot is not possible with a type C");
 	    };	  
           };
-          (intern_name == "UINTEGER_16__0D").if {
-            "Genere 2\n".print;
-          };
 
           (is_java).if_false {            
             ((name = ALIAS_STR.prototype_true) || 

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list