[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-464-g6a18653

Mildred Ki'Lya silkensedai at online.fr
Sat Sep 5 13:26:54 UTC 2009


The following commit has been merged in the stable branch:
commit 5523b7669ff3bb0ec5558f3c565a6c7ab64f8425
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Tue Aug 4 02:27:51 2009 +0200

    typo in help message: no space before ':' in English

diff --git a/src/lip/lip_slot_code.li b/src/lip/lip_slot_code.li
index f01f30c..603404a 100644
--- a/src/lip/lip_slot_code.li
+++ b/src/lip/lip_slot_code.li
@@ -134,7 +134,7 @@ Section Public
       argument.print;
       ">".print;
     };
-    " :\n".print;
+    ":\n".print;
     (comment != NULL).if {      
       '\t'.print;
       (comment.lower).to (comment.upper) do { i:INTEGER;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list