Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/xlint/xlint/xlint.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/xlint/xlint/xlint.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- src/usr.bin/xlint/xlint/xlint.c 2008/07/31 15:25:18 1.39 +++ src/usr.bin/xlint/xlint/xlint.c 2008/08/29 00:44:48 1.40 @@ -1,4 +1,4 @@ -/* $NetBSD: xlint.c,v 1.39 2008/07/31 15:25:18 christos Exp $ */ +/* $NetBSD: xlint.c,v 1.40 2008/08/29 00:44:48 gmcgarry Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved. @@ -38,7 +38,7 @@ #include #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: xlint.c,v 1.39 2008/07/31 15:25:18 christos Exp $"); +__RCSID("$NetBSD: xlint.c,v 1.40 2008/08/29 00:44:48 gmcgarry Exp $"); #endif #include @@ -350,6 +350,7 @@ main(int argc, char *argv[]) appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0"); #else appcstrg(&cflags, "-U__GNUC__"); + appcstrg(&cflags, "-U__PCC__"); #endif #if 0 appcstrg(&cflags, "-Wp,-$");