summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 3dbda38..bd7ca5e 100644
--- a/globals.h
+++ b/globals.h
@@ -17,9 +17,11 @@
*/
#import <Foundation/NSObject.h>
+#import "SCM/continue.h"
extern id MLKEndOfArgumentsMarker;
+extern CONTINUATION *MLKRootContinuation;
extern id MLKDefaultCompiler;
extern BOOL MLKLoadCompilesP;