From 812ce570c5712dcf0006a1bbd88c026b6953d4e0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 18 Sep 2007 02:35:51 +0200 Subject: INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8 --- Lisp/libobjcl.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lisp/libobjcl.lisp') 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. -- cgit v1.2.3