aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-object.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-object.boot')
-rw-r--r--src/interp/i-object.boot10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/interp/i-object.boot b/src/interp/i-object.boot
index d9dbd969..55adaf2a 100644
--- a/src/interp/i-object.boot
+++ b/src/interp/i-object.boot
@@ -34,6 +34,16 @@
import '"g-util"
)package "BOOT"
+
+++ true if we are about to generate a function definition
+$definingMap := false
+
+++ List variables locat to the current function.
+$localVars := []
+
+++ declared mode of the current entity being processed.
+$declaredMode := nil
+
--% Functions on interpreter objects
-- Interpreter objects used to be called triples because they had the