From ace29d495df89afd2e3251064de91b00da2612da Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 11 Sep 2008 18:10:41 +0200 Subject: Add various disabled debugging messages. --- MLKRoot.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MLKRoot.m') diff --git a/MLKRoot.m b/MLKRoot.m index 906fe9e..a84a709 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -286,6 +286,8 @@ list (id *_data, ...) while ((arg = va_arg(ap, id)) != MLKEndOfArgumentsMarker) { + //NSLog (@"list: Adding stuff (%%p = %p).", arg); + //NSLog (@"list: Stuff: %p = %@", arg, nullify(arg)); if (!tail) { cons = tail = [MLKCons cons:arg with:nil]; @@ -299,6 +301,8 @@ list (id *_data, ...) va_end (ap); + //NSLog (@"list: Done. Result: %p", cons); + //NSLog (@"list: %p = %@", cons, cons); return cons; } -- cgit v1.2.3