aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-boot.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-boot.boot')
-rw-r--r--src/interp/g-boot.boot6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interp/g-boot.boot b/src/interp/g-boot.boot
index 793a7f06..c9cd955f 100644
--- a/src/interp/g-boot.boot
+++ b/src/interp/g-boot.boot
@@ -43,7 +43,11 @@ import '"g-util"
-- these supplement those in DEF and MACRO LISP
--% Utilities
-
+
+$inDefLET := false
+$inDefIS := false
+$letGenVarCounter := 1
+$isGenVarCounter := 1
$LET := 'SPADLET -- LET is a standard macro in Common Lisp