From 6a82b0dd5fd0f087ecda5923c6ae93fcea806141 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 16 Sep 2007 00:42:47 +0200 Subject: Remember to pass self and _cmd to methods. darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c --- Lisp/libobjcl.lisp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lisp/libobjcl.lisp') diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index d1efe53..6cb9759 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -33,8 +33,6 @@ &rest) (defcfun ("objcl_invoke_with_types" %objcl-invoke-with-types) :pointer - (receiver (:pointer :void)) - (method_selector (:pointer :void)) (argc :int) (return_typespec (:pointer :char)) (arg_typespecs (:pointer (:pointer :char))) -- cgit v1.2.3