summaryrefslogtreecommitdiff
path: root/MLKRoot.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-12 12:37:33 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-12 12:37:33 +0200
commitced360319ceaa26ab02c84cdefb862e3facd5f7b (patch)
tree62a4036141ae24b8dacbd1e7889345e5391096df /MLKRoot.h
parent3264075d3075ef07cc89edafb7e65d105122fd1b (diff)
LLVM: Call built-in functions as statically dispatched C library functions.
Diffstat (limited to 'MLKRoot.h')
-rw-r--r--MLKRoot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/MLKRoot.h b/MLKRoot.h
index 8819876..9926615 100644
--- a/MLKRoot.h
+++ b/MLKRoot.h
@@ -23,6 +23,15 @@
#import <Foundation/NSObject.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+const char *toilet_built_in_function_name(id lisp_name);
+#ifdef __cplusplus
+}
+#endif
+
+
@interface MLKRoot : NSObject
+(void) initialize;