[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-673-g51c4954

ontologiae ontologiae at gmail.com
Mon Nov 29 14:57:42 UTC 2010


The following commit has been merged in the master branch:
commit 51c495412b875fe1146c94f7b99044b24fd5189a
Author: ontologiae <ontologiae at gmail.com>
Date:   Mon Nov 29 15:48:53 2010 +0100

    Fix no_os

diff --git a/src/any.li b/src/any.li
index a843386..721157a 100644
--- a/src/any.li
+++ b/src/any.li
@@ -129,7 +129,7 @@ Section Public
   - is_quiet:BOOLEAN;
 
   - is_warn_null :BOOLEAN <- ( is_warn_null := LIP_CODE.has_flag "warn-null" );
-  - is_no_os :BOOLEAN <- (is_no_os := LIP_CODE.has_flag slot_no_os);
+  - is_no_os :BOOLEAN <- (is_no_os := LIP_CODE.has_flag "no_os");
 
   - backend:BACKEND := BACKEND;
 

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list