[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-427-g480a8b3

Benoit Sonntag sonntag at icps.u-strasbg.fr
Fri Aug 21 13:45:43 UTC 2009


The following commit has been merged in the master branch:
commit 480a8b318f5d64680c1b6c686575378e5070972b
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Fri Aug 21 15:45:09 2009 +0200

    bug shorter end

diff --git a/src/shorter.li b/src/shorter.li
index 22e5aa8..2b29812 100644
--- a/src/shorter.li
+++ b/src/shorter.li
@@ -454,7 +454,9 @@ Section Public
       (PROTOTYPE.prototype_list.lower).to (PROTOTYPE.prototype_list.upper) do { j:INTEGER;
         p := PROTOTYPE.prototype_list.item j;
         output_code.clear;
+        put "" to output_code like (ALIAS_STR.short_begin);
         p.shorter_out output_code;
+        put "" to output_code like (ALIAS_STR.short_end);
         save_file (add_ext (p.name)) with output_code;        
       };
     };

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list