NetBSD/usr.bin/xlint
uwe 17bb5b2554 tlst[inptype(...)] is bad C code because inptype() can realloc tlst
and there's no intermediate sequence point!  We actually hit this on
sh3 with -O2 where gcc4 caches tlst in a register prior to recursive
call to inptype() and if you are unlucky the recursive call needs to
realloc tlst.

Introduce a temp variable to force a sequence point.
2007-09-28 21:53:50 +00:00
..
arch Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +00:00
common Remove unused ctype.h header. 2007-02-07 14:20:58 +00:00
lint1 Add a cheesy workaround marked XXX for the situation where the 2007-02-06 00:08:31 +00:00
lint2 tlst[inptype(...)] is bad C code because inptype() can realloc tlst 2007-09-28 21:53:50 +00:00
llib
xlint Drop trailing whitespace. 2006-12-19 19:06:44 +00:00
Makefile
Makefile.inc