Author: emaste
Date: Wed Mar 18 13:07:19 2015
New Revision: 280218
URL: https://svnweb.freebsd.org/changeset/base/280218

Log:
  xlint: add arm64 #define
  
  Submitted by: andrew@
  Sponsored by: The FreeBSD Foundation

Modified:
  head/usr.bin/xlint/lint1/param.h

Modified: head/usr.bin/xlint/lint1/param.h
==============================================================================
--- head/usr.bin/xlint/lint1/param.h    Wed Mar 18 13:01:09 2015        
(r280217)
+++ head/usr.bin/xlint/lint1/param.h    Wed Mar 18 13:07:19 2015        
(r280218)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to