From c2a68741db99a163cad6bf5a5f4c3fda8760df5f Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 12 Sep 2002 17:30:45 +0000 Subject: [PATCH] Small cleanups of nil_method in sendmsg.c From-SVN: r57075 --- libobjc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 593376a7195..cd72694f810 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 12 12:44:37 2002 Nicola Pero + + * sendmsg.c (nil_method): Declare not to take a variable number of + args. + (objc_msg_lookup): Cast nil_method to IMP before returning it. + (objc_msg_lookup_super): The same. + 2002-09-10 Jan Hubicka * nil_method.c (nil_method): No longer defined with variable