summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDynamicContext.m')
-rw-r--r--MLKDynamicContext.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m
index bf70929..87b8b9b 100644
--- a/MLKDynamicContext.m
+++ b/MLKDynamicContext.m
@@ -263,6 +263,9 @@ static MLKDynamicContext *global_context;
// INIT(@"*TERMINAL-IO*", );
// INIT(@"*TRACE-OUTPUT* ", );
+ [vars setObject:NIL forKey:[[MLKPackage findPackage:@"TOILET-SYSTEM"]
+ intern:@"*SYSTEM-INITIALISED-P*"]];
+
global_context = [[self alloc] initWithParent:nil
variables:vars
handlers:nil