[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-606-g4554e79
Mildred Ki'Lya
silkensedai at online.fr
Mon Mar 1 01:31:45 UTC 2010
The following commit has been merged in the master branch:
commit b5a373bddf0cfa98bf768e2633e1650bf34cb958
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 b6eda5f..575dcfd 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