mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2001-02-08 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
* configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
|
* 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
|
/* The object doesn't recognize the method. Check for responding to
|
||||||
error:. If it does then sent it. */
|
error:. If it does then sent it. */
|
||||||
{
|
{
|
||||||
size_t strlen (const char*);
|
|
||||||
char msg[256 + strlen ((const char*)sel_get_name (sel))
|
char msg[256 + strlen ((const char*)sel_get_name (sel))
|
||||||
+ strlen ((const char*)object->class_pointer->name)];
|
+ strlen ((const char*)object->class_pointer->name)];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue