summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint2/read.c
AgeCommit message (Collapse)Author
2005-12-01Make lint quieter by only warning on "foo declared but never used orChad Loder
defined" when foo is declared in the translation unit that lint is working on. This means that symbols that are declared in an included header file don't get this warning, ever.
2005-11-30spacingTheo de Raadt
2005-11-20KNF. OK kjell, millertChad Loder
2003-11-08typos from Jonathon Gray;Jason McIntyre
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt