summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/param.h')
-rw-r--r--usr.bin/xlint/lint1/param.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index 27de692..94d8947 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -62,10 +62,7 @@
* Should be set to 1 if the difference of two pointers is of type long
* or the value of sizeof is of type unsigned long.
*/
-#ifdef __ia64__
-#define PTRDIFF_IS_LONG 1
-#define SIZEOF_IS_ULONG 1
-#elif __amd64__
+#if __amd64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#elif __alpha__
OpenPOWER on IntegriCloud