[SCM] Lisaac compiler branch, master+stable,	updated. lisaac-0.12-606-gf445725
    Mildred Ki'Lya 
    silkensedai at online.fr
       
    Mon Mar  1 00:36:05 UTC 2010
    
    
  
The following commit has been merged in the master+stable branch:
commit ab1373e059d1ea7d78a87a8ccdf131d6fa41ba45
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sat Feb 20 02:22:39 2010 +0100
    Update header line in generated source
diff --git a/src/lisaac.li b/src/lisaac.li
index 6d2f7f8..d1f1ea9 100644
--- a/src/lisaac.li
+++ b/src/lisaac.li
@@ -604,13 +604,13 @@ Section Public
     // Header C
     //
     (is_java).if {
-      output_decl.copy "// Java code generated by Lisaac compiler (www.isaacOS.com) //\n";
+      output_decl.copy "// Java code generated by Lisaac compiler (www.lisaac.org) //\n\n";
       output_decl.append "class ";
       output_decl.append input_name;
       output_decl.append " {\n";
       output_decl.append "private static String arg[];\n";
     } else {
-      output_decl.copy "/* C code generated by Lisaac compiler (www.lisaac.org) */\n";
+      output_decl.copy "/* C code generated by Lisaac compiler (www.lisaac.org) */\n\n";
 
       // Large file headers
       output_decl.append
-- 
Lisaac compiler
    
    
More information about the Lisaac-commits
mailing list