summaryrefslogtreecommitdiff
path: root/Lisp/libobjcl.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-18 02:35:51 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-18 02:35:51 +0200
commit812ce570c5712dcf0006a1bbd88c026b6953d4e0 (patch)
tree732c276f9f8271f3bf1921da008179afde134d61 /Lisp/libobjcl.lisp
parentc93a74f1befea75be769fb47968e67568139954d (diff)
INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp objects into Objective-C instances automatically.
darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8
Diffstat (limited to 'Lisp/libobjcl.lisp')
-rw-r--r--Lisp/libobjcl.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp
index fd7caca..072eb30 100644
--- a/Lisp/libobjcl.lisp
+++ b/Lisp/libobjcl.lisp
@@ -71,6 +71,8 @@
:pointer
(obj :pointer))
+(defcfun objcl-get-nil :pointer)
+
(defun initialise-runtime ()
"Initialise the Objective C runtime.