From e8267bcebfa0212ec3f455aeaf75a342408afb14 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 14 Feb 2008 22:44:08 +0100 Subject: Lay the groundwork for super calls. darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb --- Lisp/libobjcl.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'Lisp/libobjcl.lisp') diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index aacedab..0858cb9 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -39,6 +39,7 @@ (defcfun ("objcl_invoke_with_types" %objcl-invoke-with-types) :pointer (argc :int) + (superclass-for-send-super :pointer) (return_typespec :string) (arg_typespecs (:array :string)) (return_value (:pointer :void)) -- cgit v1.2.3