[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-680-gaf927d9

Freebox ontologiae at gmail.com
Mon Nov 29 17:02:28 UTC 2010


The following commit has been merged in the master branch:
commit af927d98a71b8b0d531c70e3a3066cf4a7f651d6
Author: Freebox <ontologiae at gmail.com>
Date:   Mon Nov 29 18:01:00 2010 +0100

    no os in make.lip

diff --git a/make.lip b/make.lip
index 28c5769..2d3dcf3 100644
--- a/make.lip
+++ b/make.lip
@@ -46,6 +46,7 @@ Section Private
   + is_cop:BOOLEAN;     // Correct value after compilation.
   + is_library:BOOLEAN; // For build a lisaac library C
   + is_coverage:BOOLEAN;// Generate coverage information
+	+ is_no_os:BOOLEAN;
   + execute_back_end:BOOLEAN := TRUE;
   + execute_status_code:INTEGER := 0;
 
@@ -369,6 +370,7 @@ Section Public
   );
 
   - no_os <-
+	// generate code without os relative includes
   (
    is_no_os := TRUE;
   );

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list