summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-10 23:22:15 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-10 23:22:15 +0200
commit3264075d3075ef07cc89edafb7e65d105122fd1b (patch)
tree81727640682a90a9ccb03f7938f7b0e5dc562886 /MLKRoot.m
parent6b5525bcbbe18e9289d1b391497da8cfe2d04d06 (diff)
Fix various LLVM version-related bugs.
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m1
1 files changed, 1 insertions, 0 deletions
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)];