NetBSD/usr.bin/xlint/lint1
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
..
Makefile
cgram.y
decl.c recognize _Bool. 2004-09-12 08:58:52 +00:00
emit1.c recognize _Bool. 2004-09-12 08:58:52 +00:00
err.c say from what type to what time we are converting. 2005-01-02 10:40:49 +00:00
externs1.h
func.c
init.c
lint1.h
main1.c
makeman
mem1.c
op.h
scan.l recognize _Bool. 2004-09-12 08:58:52 +00:00
tree.c Shift assignment operators were handled incorrectly. On 64 bit machines, 2005-01-02 17:59:47 +00:00