Commit 43365a35 by Michael Meissner

RISC-OS System V patches for index/rindex.

From-SVN: r2514
parent 8ba23f20
......@@ -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
......
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