From 519e15f4039c830bc32a6df0016f499152af8ad4 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 7 Mar 2008 02:11:03 +0100 Subject: Correctly handle methods with a :VOID return type. darcs-hash:ed2910a15192d06f60977f9c4bfdeddc44dbe6f9 --- Lisp/data-types.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp index f531bbf..840b5af 100644 --- a/Lisp/data-types.lisp +++ b/Lisp/data-types.lisp @@ -36,7 +36,7 @@ :char :short :int :long :long-long :unsigned-char :unsigned-short :unsigned-int :unsigned-long :unsigned-long-long :pointer - :float :double)) + :float :double :void)) ;;;; (@* "Objective-C object wrapper classes") -- cgit v1.2.3