Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/03/1997 22:40:06
cgd
Mon Nov  3 14:33:56 PST 1997
Update of /cvsroot/src/usr.bin/xlint/lint2
In directory netbsd1:/var/slash-tmp/cvs-serv5316/lint2

Modified Files:
	chk.c 
Log Message:
in chkdnud(), don't warn if the defined-but-not-used object is a function.
chkdnud() is used (only) to implement the -x option, which is supposed to
warn for variables only.


cgd
Mon Nov  3 14:36:54 PST 1997
Update of /cvsroot/src/usr.bin/xlint/lint1
In directory netbsd1:/var/slash-tmp/cvs-serv5574/lint1

Modified Files:
	cgram.y emit1.c err.c lint1.h scan.l 
Log Message:
implement (hack in) symbol (function and variable) renaming, so that
the function renaming tricks currently needed by libc can be tolerated
by lint.  This needs some cleanup, but it appears to work.


cgd
Mon Nov  3 14:37:13 PST 1997
Update of /cvsroot/src/usr.bin/xlint/lint2
In directory netbsd1:/var/slash-tmp/cvs-serv5574/lint2

Modified Files:
	externs2.h hash.c lint2.h msg.c read.c 
Log Message:
implement (hack in) symbol (function and variable) renaming, so that
the function renaming tricks currently needed by libc can be tolerated
by lint.  This needs some cleanup, but it appears to work.