From c57dee1fd15349bbae334bdedaf6d78366d2cc43 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sun, 10 Mar 2002 01:34:22 +0000 Subject: [PATCH] Add sparc64 ifdefs. --- 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 e7926d98879..b5624035827 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -80,6 +80,9 @@ #elif __sparc__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 +#elif __sparc64__ +#define PTRDIFF_IS_LONG 1 +#define SIZEOF_IS_ULONG 1 #elif __vax__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0