From 3264075d3075ef07cc89edafb7e65d105122fd1b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 10 Sep 2011 23:22:15 +0200 Subject: Fix various LLVM version-related bugs. --- MLKRoot.m | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKRoot.m') diff --git a/MLKRoot.m b/MLKRoot.m index 4ab2f2e..0f7afa5 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -163,6 +163,7 @@ load (id *_data, id *_multireturn, NSString *fileName, id _marker) static id require (id *_data, id *_multireturn, id moduleName, id _marker) { + NSLog(@"require..."); NSBundle *toiletKit = [NSBundle bundleForClass:[MLKRoot class]]; NSString *path = [[toiletKit resourcePath] stringByAppendingPathComponent:stringify(moduleName)]; -- cgit v1.2.3