Commit 235174ce by Richard Stallman

Declare rindex unconditionally.

From-SVN: r5502
parent e26ceb28
......@@ -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
......
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