summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/param.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-10-04 16:37:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-10-04 16:37:59 +0000
commit703bd20dc479c92d66926ca15e195d23a2c1ab60 (patch)
tree5e4ddb31ff9b16dc626d744b560a1d85f073ec34 /usr.bin/xlint/lint1/param.h
parent95d1430e409ed500abc2be59786f8fa9da18cf17 (diff)
make the snakes fart through
Diffstat (limited to 'usr.bin/xlint/lint1/param.h')
-rw-r--r--usr.bin/xlint/lint1/param.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index 4e200e7877d..655ce8cf75f 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.9 2002/03/23 23:28:30 miod Exp $ */
+/* $OpenBSD: param.h,v 1.10 2002/10/04 16:37:58 mickey Exp $ */
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@ -67,6 +67,9 @@
#elif __i386__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
+#elif __hppa__
+#define PTRDIFF_IS_LONG 0
+#define SIZEOF_IS_ULONG 0
#elif __m68k__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0