summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h9
1 files changed, 9 insertions, 0 deletions
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