summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLexicalContext.m')
-rw-r--r--MLKLexicalContext.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKLexicalContext.m b/MLKLexicalContext.m
index acb5b4e..8574e0b 100644
--- a/MLKLexicalContext.m
+++ b/MLKLexicalContext.m
@@ -359,6 +359,7 @@ static MLKLexicalContext *global_context;
if (!props)
{
props = [NSMutableDictionary dictionary];
+ //NSLog (@"%p", nullify(name)->class_pointer);
[_variableInfo setObject:props forKey:nullify(name)];
}
[props setObject:object forKey:key];