diff options
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r-- | MLKLexicalContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h index 0702704..2368636 100644 --- a/MLKLexicalContext.h +++ b/MLKLexicalContext.h @@ -107,7 +107,7 @@ -(void *) functionCellForSymbol:(id)name; -(void *) closureDataPointerForSymbol:(id)name; --(id *) bindingCellForSymbol:(id)name; +-(id) bindingForSymbol:(id)name; -(void) dealloc; @end |