[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-698-g6c3dc34

Mildred Ki'Lya silkensedai at online.fr
Wed Apr 6 16:03:06 UTC 2011


The following commit has been merged in the master branch:
commit 6c3dc348f7acebe46e9eb4f3e8ad5723ae1023b0
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Apr 6 17:58:28 2011 +0200

    Fix STRING

diff --git a/lib/standard/string/string.li b/lib/standard/string/string.li
index 7d039e1..16ad2dc 100644
--- a/lib/standard/string/string.li
+++ b/lib/standard/string/string.li
@@ -802,11 +802,11 @@ Section Public
   // Import/Export NATIVE_ARRAY
   //
 
-  - from_native_array_of_character p:NATIVE_ARRAY(CHARACTER) :STRING_CONSTANT <-
+  - from_native_array_of_character p:NATIVE_ARRAY(CHARACTER) :SELF <-
     from_external_copy p;
 
-  - from_native_array_of_integer_8 p:NATIVE_ARRAY(INTEGER_8) :STRING_CONSTANT <-
+  - from_native_array_of_integer_8 p:NATIVE_ARRAY(INTEGER_8) :SELF <-
     from_external_copy(CONVERT(NATIVE_ARRAY(INTEGER_8),NATIVE_ARRAY(CHARACTER)).on p);
 
-  - from_native_array_of_uinteger_8 p:NATIVE_ARRAY(UINTEGER_8) :STRING_CONSTANT <-
+  - from_native_array_of_uinteger_8 p:NATIVE_ARRAY(UINTEGER_8) :SELF <-
     from_external_copy(CONVERT(NATIVE_ARRAY(UINTEGER_8),NATIVE_ARRAY(CHARACTER)).on p);

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list