[SCM] Lisaac compiler branch, master+stable, updated. lisaac-0.12-606-g4554e79

Mildred Ki'Lya silkensedai at online.fr
Mon Mar 1 01:23:26 UTC 2010


The following commit has been merged in the master+stable branch:
commit a515873b6154a61b19f5b77e86c8974452fd0485
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 94ae1cb..b82c3b7 100644
--- a/src/lisaac.li
+++ b/src/lisaac.li
@@ -612,13 +612,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