diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-03 19:57:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-03 19:57:36 +0000 |
commit | f690a9b0bd6e975d5c844b956484942f5d459d3c (patch) | |
tree | a92b452b8ad70c27dfdf730d3d372c1bf36735d6 /usr.bin | |
parent | eeb43ad6dc3b412cb90ac8d37d4a305a942753bc (diff) | |
download | FreeBSD-src-f690a9b0bd6e975d5c844b956484942f5d459d3c.zip FreeBSD-src-f690a9b0bd6e975d5c844b956484942f5d459d3c.tar.gz |
Forget about rev 1.23. -$ is now spelled -fno-dollars-in-identifiers.
Submitted by: kan
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/xlint/xlint/xlint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index 257f493..1f97163 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -344,6 +344,7 @@ main(int argc, char *argv[]) appcstrg(&cflags, "-U__GNUC__"); appcstrg(&cflags, "-undef"); #endif + appcstrg(&cflags, "-Wp,-fno-dollars-in-identifiers"); appcstrg(&cflags, "-Wp,-C"); appcstrg(&cflags, "-Wcomment"); appcstrg(&cflags, "-D__LINT__"); |