NetBSD/usr.bin/xlint
christos 5f325e6da0 Shift assignment operators were handled incorrectly. On 64 bit machines,
unsigned long x, y;
	x <<= y;
always produces a warning because y is casted to int. Handle them instead
the same way as regular shifts.
2005-01-02 17:59:47 +00:00
..
arch
common recognize _Bool. 2004-09-12 08:58:52 +00:00
lint1 Shift assignment operators were handled incorrectly. On 64 bit machines, 2005-01-02 17:59:47 +00:00
lint2 recognize _Bool. 2004-09-12 08:58:52 +00:00
llib Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
xlint Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
Makefile
Makefile.inc