Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.

This commit is contained in:
cognet 2004-05-14 13:44:36 +00:00
parent 645223694f
commit be7f7f1da8

View File

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