From ced360319ceaa26ab02c84cdefb862e3facd5f7b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 12 Sep 2011 12:37:33 +0200 Subject: LLVM: Call built-in functions as statically dispatched C library functions. --- MLKRoot.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MLKRoot.h') diff --git a/MLKRoot.h b/MLKRoot.h index 8819876..9926615 100644 --- a/MLKRoot.h +++ b/MLKRoot.h @@ -23,6 +23,15 @@ #import +#ifdef __cplusplus +extern "C" { +#endif +const char *toilet_built_in_function_name(id lisp_name); +#ifdef __cplusplus +} +#endif + + @interface MLKRoot : NSObject +(void) initialize; -- cgit v1.2.3