Declare rindex unconditionally.

From-SVN: r5502
This commit is contained in:
Richard Stallman 1993-09-28 01:28:00 +00:00
parent e26ceb2843
commit 235174ce30

View 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