RISC-OS System V patches for index/rindex.

From-SVN: r2514
This commit is contained in:
Michael Meissner 1992-10-19 14:58:53 +00:00
parent 8ba23f20ec
commit 43365a358e
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ typedef char *CPTR_T;
#define uint unsigned int
#define ulong unsigned long
#ifdef index
#undef index
#undef rindex
#endif
/* Do to size_t being defined in sys/types.h and different
in stddef.h, we have to do this by hand..... Note, these
types are correct for MIPS based systems, and may not be