[SCM] Lisaac compiler branch, mildred-bugfix, updated. lisaac-0.12-557-g8e3e239

Mildred Ki'Lya silkensedai at online.fr
Mon Oct 12 21:25:43 UTC 2009


The following commit has been merged in the mildred-bugfix branch:
commit 6f7f09494857a57e6f4150c0a4d5bc14943a692a
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Mon Oct 12 23:19:03 2009 +0200

    Add extra protection in READ_SLOT

diff --git a/src/code_life/read_slot.li b/src/code_life/read_slot.li
index d425a36..3ea3d31 100644
--- a/src/code_life/read_slot.li
+++ b/src/code_life/read_slot.li
@@ -56,6 +56,8 @@ Section Public
     rd ?= other;
     ((rd != NULL) && {slot = rd.slot} && {receiver == rd.receiver})    
   );
+
+Section SLOT
     
   //
   // Creation.
@@ -75,6 +77,8 @@ Section Public
     receiver := r;
     slot     := s;
   );
+
+Section Public
   
   - my_copy:SELF <-
   ( + result:SELF;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list