summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
commitace29d495df89afd2e3251064de91b00da2612da (patch)
treec84b9849ac8f6a78bc3b8149533e7edbf12f3a82 /MLKLexicalContext.m
parent07aea7334f5e82002bcbd86edb5cd811be57d441 (diff)
Add various disabled debugging messages.
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];