diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 17:30:45 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 17:30:45 +0000 |
commit | fb776f7c289650d8e6c7a19a0b66dd90c3a80802 (patch) | |
tree | 3ded9d564e91e0309e16f60f0b5ebc1a9759b512 /libobjc | |
parent | a0800ee3e625d940007e1fdbcdae5a03515b326b (diff) | |
download | gcc-fb776f7c289650d8e6c7a19a0b66dd90c3a80802.tar.gz |
Small cleanups of nil_method in sendmsg.c
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57075 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <n.pero@mi.flashnet.it> + + * 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 <jh@suse.cz> * nil_method.c (nil_method): No longer defined with variable |