From 98be5d42cbd0a62a396da4528b47db743a1a1746 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 4 Apr 2008 21:35:13 +0000 Subject: MFp4(mips2-jnpr): Add mips support. --- usr.bin/xlint/lint1/param.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/xlint') diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index 0f9ca68..27de692 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -95,6 +95,9 @@ #elif __arm__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 +#elif __mips__ +#define PTRDIFF_IS_LONG 0 +#define SIZEOF_IS_ULONG 0 #else #error unknown machine type #endif -- cgit v1.1