Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 15:21:39 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9242 for review
Message-ID:  <200204062321.g36NLdU14268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9242

Change 9242 by peter@peter_thunder on 2002/04/06 15:20:43

	dont pass illegal args to cpp0

Affected files ...

... //depot/projects/ia64/usr.bin/xlint/xlint/xlint.c#5 edit

Differences ...

==== //depot/projects/ia64/usr.bin/xlint/xlint/xlint.c#5 (text+ko) ====

@@ -344,7 +344,7 @@
 	appcstrg(&cflags, "-undef");
 #endif
 	appcstrg(&cflags, "-Wp,-$");
-	appcstrg(&cflags, "-Wp,-CC");
+	appcstrg(&cflags, "-Wp,-C");
 	appcstrg(&cflags, "-Wcomment");
 	appcstrg(&cflags, "-D__LINT__");
 	appcstrg(&cflags, "-Dlint");		/* XXX don't def. with -s */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204062321.g36NLdU14268>