diff options
author | 2007-10-11 07:30:07 +0000 | |
---|---|---|
committer | 2007-10-11 07:30:07 +0000 | |
commit | 2d571262e447d0763ad437a9ea609f55b3e70fd0 (patch) | |
tree | 3c9c48f8454668913f829cce3aea034347904316 | |
parent | hypenate memory type for readability. (diff) | |
download | wireguard-openbsd-2d571262e447d0763ad437a9ea609f55b3e70fd0.tar.xz wireguard-openbsd-2d571262e447d0763ad437a9ea609f55b3e70fd0.zip |
pcc also knows about quads; ok cloder@
-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 |