aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-18 06:05:00 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-18 06:05:00 +0000
commit533e9e17fca7fcb9c819a49608501408f1d76b6e (patch)
tree3fbdb971351c9268642b0fcfac9ef16be892b10e /src/boot/parser.boot
parentfd748db1e503f9d27de5b91ba607c550ccd16991 (diff)
downloadopen-axiom-533e9e17fca7fcb9c819a49608501408f1d76b6e.tar.gz
* boot/translator.boot: Remove bindings of $GenVarCounter.
* boot/parser.boot (bpOutItem): Bind it here.
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 472d98ac..dd42631d 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -1175,7 +1175,8 @@ bpCaseItem()==
++ Main entry point into the parser module.
bpOutItem()==
- $op := nil
+ $op: local := nil
+ $GenVarCounter: local := 0
bpComma() or bpTrap()
b := bpPop1()
bpPush