From 894dbc508a0ff6447c47a829c2488054d0ec1ad9 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Mon, 9 Dec 2002 23:27:47 +0000 Subject: [PATCH] Teach lint about powerpc. Approved by: re (rwatson) --- usr.bin/xlint/lint1/param.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index b5624035827c..69f46ba75917 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -77,6 +77,9 @@ #elif __ns32k__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 +#elif __powerpc__ +#define PTRDIFF_IS_LONG 0 +#define SIZEOF_IS_ULONG 0 #elif __sparc__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0