diff options
-rw-r--r-- | MLKLexicalContext.m | 2 |
1 files changed, 2 insertions, 0 deletions
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]); } |