From 1560780b5fad554f12ce3964854bd474da1048f8 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 24 Aug 2008 11:51:35 +0200 Subject: MLKLexicalContext: Add -functionIsInline:. --- MLKLexicalContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKLexicalContext.h') diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h index e350b63..0702704 100644 --- a/MLKLexicalContext.h +++ b/MLKLexicalContext.h @@ -93,6 +93,7 @@ -(void) addFunction:(MLKSymbol *)symbol; -(BOOL) variableIsLexical:(MLKSymbol *)symbol; +-(BOOL) functionIsInline:(MLKSymbol *)symbol; -(id) deepPropertyForVariable:(id)name key:(id)key; -(void) setDeepProperty:(id)object -- cgit v1.2.3