xlint: add arm64 #define

Submitted by:	andrew@
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-03-18 13:07:19 +00:00
parent 2162d4f09e
commit 42a8247119
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280218

View File

@ -95,6 +95,9 @@
#elif __mips__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#elif __aarch64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#else
#error unknown machine type
#endif