From owner-p4-projects Sat Apr 6 15:21:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5945837B41B; Sat, 6 Apr 2002 15:21:40 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2BC937B417 for ; Sat, 6 Apr 2002 15:21:39 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36NLdU14268 for perforce@freebsd.org; Sat, 6 Apr 2002 15:21:39 -0800 (PST) (envelope-from peter@freebsd.org) Date: Sat, 6 Apr 2002 15:21:39 -0800 (PST) Message-Id: <200204062321.g36NLdU14268@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 9242 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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