sendmsg.c (__objc_forward): Delete strlen() declaration.
Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * sendmsg.c (__objc_forward): Delete strlen() declaration. From-SVN: r40033
This commit is contained in:
parent
0651fbc093
commit
a79ffa5a8c
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* sendmsg.c (__objc_forward): Delete strlen() declaration.
|
||||
|
||||
2001-02-08 Geoffrey Keating <geoffk@redhat.com>
|
||||
|
||||
* configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
|
||||
|
|
|
@ -597,7 +597,6 @@ __objc_forward (id object, SEL sel, arglist_t args)
|
|||
/* The object doesn't recognize the method. Check for responding to
|
||||
error:. If it does then sent it. */
|
||||
{
|
||||
size_t strlen (const char*);
|
||||
char msg[256 + strlen ((const char*)sel_get_name (sel))
|
||||
+ strlen ((const char*)object->class_pointer->name)];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue