Commit 235174ce by Richard Stallman

Declare rindex unconditionally.

From-SVN: r5502
parent e26ceb28
...@@ -170,7 +170,6 @@ extern void longjmp (); ...@@ -170,7 +170,6 @@ extern void longjmp ();
If so, we would get a warning from this. */ If so, we would get a warning from this. */
extern size_t strlen () extern size_t strlen ()
#endif #endif
extern char * rindex ();
/* Fork is not declared because the declaration caused a conflict /* Fork is not declared because the declaration caused a conflict
on the HPPA. */ on the HPPA. */
...@@ -180,6 +179,8 @@ extern char * rindex (); ...@@ -180,6 +179,8 @@ extern char * rindex ();
#endif /* !defined (POSIX) */ #endif /* !defined (POSIX) */
extern char *rindex ();
/* Look for these where the `const' qualifier is intentionally cast aside. */ /* Look for these where the `const' qualifier is intentionally cast aside. */
#define NONCONST #define NONCONST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment