[SCM] Lisaac compiler branch, living-external, updated. lisaac-0.12-548-gf6e3b14
Mildred Ki'Lya
silkensedai at online.fr
Thu Oct 8 17:06:18 UTC 2009
The following commit has been merged in the living-external branch:
commit 7b1202d3c5b722e3e853964bdd5139864d570d8d
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date: Thu Oct 8 16:25:02 2009 +0200
Added VARIABLE.{inc,dec}rement_ensure_count
diff --git a/src/variable/variable.li b/src/variable/variable.li
index f6a018b..edc82d1 100644
--- a/src/variable/variable.li
+++ b/src/variable/variable.li
@@ -80,6 +80,16 @@ Section Public
(
ensure_count := c;
);
+
+ - increment_ensure_count <-
+ (
+ ensure_count := ensure_count + 1;
+ );
+
+ - decrement_ensure_count <-
+ (
+ ensure_count := ensure_count + 1;
+ );
+ require_list:FAST_ARRAY(WRITE);
+ require_first:WRITE;
--
Lisaac compiler
More information about the Lisaac-commits
mailing list