[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-483-g9949698

Benoit Sonntag sonntag at icps.u-strasbg.fr
Sat Sep 12 22:40:11 UTC 2009


The following commit has been merged in the master branch:
commit 9949698f1480ae104d71838f542cc86ff2f7db9d
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Sun Sep 13 00:35:28 2009 +0200

    remove comments

diff --git a/install_lisaac.li b/install_lisaac.li
index 5f0fa6e..d2608a9 100644
--- a/install_lisaac.li
+++ b/install_lisaac.li
@@ -378,24 +378,6 @@ Section Private
       new_text.append path_current;
       new_text.append path_next;
       update file idf comment with new_text confirmation TRUE;
-      /*
-      (system = system_windows).if {
-        string_tmp.copy file;
-      } else {
-        string_tmp.copy "source ";
-        string_tmp.append file;
-      };
-      "  Execute :`".print;
-      string_tmp.print;
-      "'\t".print;
-      (ENVIRONMENT.execute_command string_tmp = 0).if {
-        "OK.\n".print;
-      } else {
-        "Fail!\n\n\
-        \  Note: You'll have to reboot or reloaded environnement   \n\
-        \        to acknowledge the changes.                       \n".print;
-      };
-      */
     };
     
     //

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list