[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-465-g3b9c3e8

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


The following commit has been merged in the stable branch:
commit 3b9c3e82de1bda619fb1f9b5a0947316742d9669
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sat Sep 5 15:50:05 2009 +0200

    Print options with _ on help message

diff --git a/src/lip/lip_slot_code.li b/src/lip/lip_slot_code.li
index 603404a..38211c9 100644
--- a/src/lip/lip_slot_code.li
+++ b/src/lip/lip_slot_code.li
@@ -126,9 +126,10 @@ Section Public
   - print <-
   (
     "  -".print;
-    string_tmp.copy name;
-    string_tmp.replace_all '_' with '-';
-    string_tmp.print;
+    name.print;
+    //string_tmp.copy name;
+    //string_tmp.replace_all '_' with '-';
+    //string_tmp.print;
     (argument != NULL).if {
       " <".print;
       argument.print;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list