Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.
This commit is contained in:
parent
645223694f
commit
be7f7f1da8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user