aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-globals.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r--src/interp/sys-globals.boot48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index 2c576427..a46571fe 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -37,6 +37,7 @@
-- the interpreter or the compiler or both.
--
+import '"hash"
import '"boot-pkg"
)package "BOOT"
@@ -45,3 +46,50 @@ $saturn := false
++ FIXME
$SPAD__ERRORS := VECTOR(0, 0, 0)
+
+++
+$abbreviationTable := nil
+
+++
+$bootStrapMode := false
+
+++
+$BreakMode := "query"
+
+++
+$cacheAlist := nil
+$cacheCount := 0
+
+
+++
+$clamList :=
+ '((canCoerce hash UEQUAL count) _
+ (canCoerceFrom hash UEQUAL count) _
+ (coerceConvertMmSelection hash UEQUAL count) _
+ (hasFileProperty hash UEQUAL count) _
+ (isLegitimateMode hash UEQUAL count) _
+ (isValidType hash UEQUAL count) _
+ (resolveTT hash UEQUAL count) _
+ (selectMms1 hash UEQUAL count) _
+ (underDomainOf hash UEQUAL count))
+
+++
+$compCount := 0
+
+++
+$compUniquelyIfTrue := false
+
+++
+$consistencyCheck := true
+
+++
+$ConstructorCache := MAKE_-HASHTABLE "ID"
+
+++
+$createUpdateFiles := false
+
+++
+$currentFunction := nil
+
+++
+$currentLine := nil