From ea2f13a145919c983302573dc2034c4e831af905 Mon Sep 17 00:00:00 2001 From: rms Date: Tue, 28 Sep 1993 01:28:00 +0000 Subject: Declare rindex unconditionally. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5502 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/protoize.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/protoize.c b/gcc/protoize.c index 93b09cf2b9e..48c7262994e 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -170,7 +170,6 @@ extern void longjmp (); If so, we would get a warning from this. */ extern size_t strlen () #endif -extern char * rindex (); /* Fork is not declared because the declaration caused a conflict on the HPPA. */ @@ -180,6 +179,8 @@ extern char * rindex (); #endif /* !defined (POSIX) */ +extern char *rindex (); + /* Look for these where the `const' qualifier is intentionally cast aside. */ #define NONCONST -- cgit v1.2.1