Declare rindex unconditionally.
From-SVN: r5502
This commit is contained in:
parent
e26ceb2843
commit
235174ce30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user