artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46272a
)
Add powerpc support.
author
rahnds
<rahnds@openbsd.org>
Sat, 21 Dec 1996 21:16:43 +0000
(21:16 +0000)
committer
rahnds
<rahnds@openbsd.org>
Sat, 21 Dec 1996 21:16:43 +0000
(21:16 +0000)
usr.bin/xlint/lint1/param.h
patch
|
blob
|
history
diff --git
a/usr.bin/xlint/lint1/param.h
b/usr.bin/xlint/lint1/param.h
index
556aad3
..
d1d68cf
100644
(file)
--- a/
usr.bin/xlint/lint1/param.h
+++ b/
usr.bin/xlint/lint1/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.
4 1996/06/26 05:44:18 deraadt Exp $
*/
+/* $OpenBSD: param.h,v 1.
5 1996/12/21 21:16:43 rahnds Exp $
*/
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@
-85,6
+85,9
@@
#elif __arm32__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
+#elif __ppc__
+#define PTRDIFF_IS_LONG 0
+#define SIZEOF_IS_ULONG 0
#else
#error unknown machine type
#endif