summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/xlint/lint1/param.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index 6e74f0e202f..c385c365d0c 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.12 2004/02/07 23:27:32 millert Exp $ */
+/* $OpenBSD: param.h,v 1.13 2006/01/16 08:07:31 otto Exp $ */
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@ -61,13 +61,8 @@
* 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 __LP64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
-#else
-#define PTRDIFF_IS_LONG 0
-#define SIZEOF_IS_ULONG 0
-#endif
/*
* Make sure this matches wchar_t.