summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-09 03:19:02 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-09 03:19:02 +0000
commit6fab2b452d57dab74df5a58b20c829d6b81a5295 (patch)
tree5d1b3684d3c6e09a786941a66841ba248fcaf1f2 /usr.bin/xlint
parentaf626d03b4694e9409c46202c98d73a7f41213ed (diff)
port is powerpc not, ppc.
Make the defines so.
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index d1d68cf0c21..8d909e3e5db 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.5 1996/12/21 21:16:43 rahnds Exp $ */
+/* $OpenBSD: param.h,v 1.6 1997/01/09 03:18:58 rahnds Exp $ */
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@ -85,7 +85,7 @@
#elif __arm32__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
-#elif __ppc__
+#elif __powerpc__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#else