diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-11 07:30:08 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-11 07:30:08 +0000 |
commit | 0985786502a8aaaaa406b75817b113c4d080ed3a (patch) | |
tree | a894ae2e6c376793ab8d4a0e28601b544f242684 /usr.bin | |
parent | 8b541e428b6dd8fd4a500f8d3d70a75abf5bc0cb (diff) |
pcc also knows about quads; ok cloder@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/xlint/lint1/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index 978f7598493..f8f86fc132a 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 2006/04/03 13:55:02 espie Exp $ */ +/* $OpenBSD: param.h,v 1.15 2007/10/11 07:30:07 otto Exp $ */ /* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */ /* @@ -69,7 +69,7 @@ */ #define WCHAR INT -#ifndef __GNUC__ +#if !defined(__GNUC__) && !defined(__PCC__) #ifndef lint #ifndef QUAD_MAX /* necessary for mkdep */ #define QUAD_MAX LONG_MAX |