summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-08 06:33:49 +0000
committerpeter <peter@FreeBSD.org>2003-05-08 06:33:49 +0000
commitd52c328b4130bc52ab9c7d7b2478490fce9ec4e6 (patch)
tree5531df2e6f5c8449801760b4494b723d43fc3104 /usr.bin/xlint/lint1
parent5edc5326f46187d42460796d2a400e08b2f50363 (diff)
downloadFreeBSD-src-d52c328b4130bc52ab9c7d7b2478490fce9ec4e6.zip
FreeBSD-src-d52c328b4130bc52ab9c7d7b2478490fce9ec4e6.tar.gz
Add amd64 settings.
Approved by: re (scottl)
Diffstat (limited to 'usr.bin/xlint/lint1')
-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 69f46ba..1e1b81e 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -65,6 +65,9 @@
#ifdef __ia64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
+#elif __amd64__
+#define PTRDIFF_IS_LONG 1
+#define SIZEOF_IS_ULONG 1
#elif __alpha__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
OpenPOWER on IntegriCloud