[SCM] Lisaac compiler branch, mildred-projects,	updated. lisaac-0.12-416-g6a773e6
    Mildred Ki'Lya 
    silkensedai at online.fr
       
    Wed Aug  5 12:37:49 UTC 2009
    
    
  
The following commit has been merged in the mildred-projects branch:
commit 24241dd414e630cd461ea6b2e03373321282609e
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Aug 5 12:09:56 2009 +0200
    remove debug messages in PARSER
diff --git a/src/parser.li b/src/parser.li
index 4e7df82..fa24666 100644
--- a/src/parser.li
+++ b/src/parser.li
@@ -3114,9 +3114,6 @@ Section Private
   ( + result:LIP_CODE;
 
     (read_identifier).if {
-// string_tmp.copy "Read ident: ";
-// string_tmp.append last_string;
-// warning_error (current_position, string_tmp);
       result := LIP_CALL.create current_position in lip_prj self NULL name last_string with NULL;
     } else {
       result := readlip_expr_base;      
-- 
Lisaac compiler
    
    
More information about the Lisaac-commits
mailing list