mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.
This commit is contained in:
parent
361af5b54b
commit
bc67fdeab2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129223
@ -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