From 3e31a3b0ab427146d310fd7fc82d5e27f7735635 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 24 Aug 2008 23:20:04 +0200 Subject: MLKLexicalContext#-functionIsInline: When in doubt, return NO. --- MLKLexicalContext.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MLKLexicalContext.m b/MLKLexicalContext.m index d5c6add..1ffa726 100644 --- a/MLKLexicalContext.m +++ b/MLKLexicalContext.m @@ -308,6 +308,8 @@ static MLKLexicalContext *global_context; } rest = [rest cdr]; } + + return NO; } else return (_parent && [_parent functionIsInline:symbol]); } -- cgit v1.2.3