aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-03-10 01:34:22 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-03-10 01:34:22 +0000
commitc57dee1fd15349bbae334bdedaf6d78366d2cc43 (patch)
tree14ddaa7700f9e6140dc72f15bf03d380f1a8829e /usr.bin/xlint
parent9f5bcb6350b3e9515c6ebe1a7714ee4390925cb6 (diff)
downloadsrc-c57dee1fd15349bbae334bdedaf6d78366d2cc43.tar.gz
src-c57dee1fd15349bbae334bdedaf6d78366d2cc43.zip
Add sparc64 ifdefs.
Notes
Notes: svn path=/head/; revision=91977
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index e7926d98879b..b5624035827c 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -80,6 +80,9 @@
#elif __sparc__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
+#elif __sparc64__
+#define PTRDIFF_IS_LONG 1
+#define SIZEOF_IS_ULONG 1
#elif __vax__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0