From 7af4077884b2a9aadbed2fd8ff56266874252c35 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 11 Aug 2008 19:07:12 +0200 Subject: LLVM compiler: Support %LAMBDA, PROGN, %LOOP, lexical variables, and function calls. --- functions.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 84085a9..8f3e70e 100644 --- a/functions.h +++ b/functions.h @@ -30,6 +30,10 @@ #endif +#ifdef __cplusplus +extern "C" { +#endif + NSString *MLKPrintToString (id object); BOOL MLKFixnumP (id thing); @@ -78,3 +82,8 @@ void MLKSetForeignValueWithLispValue (void *destination, id value, MLKForeignTyp id MLKLispValueWithForeignValue (void *source, MLKForeignType type); id MLKInterpretedFunctionTrampoline (void *target, ...); + + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3