diff options
-rw-r--r-- | usr.bin/xlint/xlint/xlint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index fa291fed5df..37a7c8a8a47 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xlint.c,v 1.23 2005/12/02 18:05:52 cloder Exp $ */ +/* $OpenBSD: xlint.c,v 1.24 2005/12/06 01:15:31 deraadt Exp $ */ /* $NetBSD: xlint.c,v 1.3 1995/10/23 14:29:30 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: xlint.c,v 1.23 2005/12/02 18:05:52 cloder Exp $"; +static char rcsid[] = "$OpenBSD: xlint.c,v 1.24 2005/12/06 01:15:31 deraadt Exp $"; #endif #include <sys/param.h> @@ -318,7 +318,7 @@ main(int argc, char *argv[]) #if defined(__GNUC__) && __GNUC__ < 3 appcstrg(&cppflags, "-$"); #endif - appcstrg(&cppflags, "-CC"); + appcstrg(&cppflags, "-C"); appcstrg(&cppflags, "-Wcomment"); appcstrg(&cppflags, "-D__OpenBSD__"); appcstrg(&cppflags, "-Dlint"); /* XXX don't def. with -s */ |