summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-04 21:35:13 +0000
committerimp <imp@FreeBSD.org>2008-04-04 21:35:13 +0000
commit98be5d42cbd0a62a396da4528b47db743a1a1746 (patch)
tree0938b618dc37b8155ce95aecbb51b0250f8e1257 /usr.bin/xlint
parent6ee39a67b3c29de8f2a636d1f2a7e9be372f2b72 (diff)
downloadFreeBSD-src-98be5d42cbd0a62a396da4528b47db743a1a1746.zip
FreeBSD-src-98be5d42cbd0a62a396da4528b47db743a1a1746.tar.gz
MFp4(mips2-jnpr):
Add mips support.
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/param.h3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud