Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.
This commit is contained in:
parent
361af5b54b
commit
bc67fdeab2
@ -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…
x
Reference in New Issue
Block a user