]> gcc.gnu.org Git - gcc.git/commitdiff
Declare rindex unconditionally.
authorRichard Stallman <rms@gnu.org>
Tue, 28 Sep 1993 01:28:00 +0000 (01:28 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 28 Sep 1993 01:28:00 +0000 (01:28 +0000)
From-SVN: r5502

gcc/protoize.c

index 93b09cf2b9e21cf077e98e0f6e1562af820892e5..48c7262994e7fa585bc808da7e492b5632759a53 100644 (file)
@@ -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
This page took 0.064492 seconds and 5 git commands to generate.