diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,9 +17,11 @@ */ #import <Foundation/NSObject.h> +#import "SCM/continue.h" extern id MLKEndOfArgumentsMarker; +extern CONTINUATION *MLKRootContinuation; extern id MLKDefaultCompiler; extern BOOL MLKLoadCompilesP; |