From 3aa255629a915314b71c04820833b683ff9234fc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 23 Jun 2008 19:02:42 +0200 Subject: Initialise the global environment on startup. --- MLKLexicalContext.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MLKLexicalContext.h') diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h index 3bc5078..5eca3d6 100644 --- a/MLKLexicalContext.h +++ b/MLKLexicalContext.h @@ -35,12 +35,15 @@ MLKLexicalContext *_parent; } ++(void) initialize; + -(MLKLexicalContext *) initWithParent:(MLKLexicalContext *)aContext variables:(NSSet *)vars functions:(NSSet *)functions goTags:(NSDictionary *)goTags macros:(NSDictionary *)macros - declarations:(NSDictionary *)declarations; + symbolMacros:(NSDictionary *)symbolMacros + declarations:(id)declarations; +(MLKLexicalContext *) globalContext; -- cgit v1.2.3