Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.

This commit is contained in:
Olivier Houchard 2004-05-14 13:44:36 +00:00
parent 361af5b54b
commit bc67fdeab2

View File

@ -92,6 +92,9 @@
#elif __vax__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#elif __arm__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#else
#error unknown machine type
#endif