NetBSD/usr.bin/xlint
he f0947b3081 The symbol to define to 1 if a pointer to an int fits in a long is
INTPTR_IS_LONG, not INTPTR_IS_ULONG -- the latter is unused in
other parts of lint's code.  This stops vax's lint from complaining
about conversion of integer constants to 'unsigned long' in function
argument lists, via a proper define of INT_RSIZE in common/inittyp.c.
sh3 defined this to 0, so was actually not affected, but better to
eradicate the typo there as well.
2006-10-20 12:51:12 +00:00
..
arch The symbol to define to 1 if a pointer to an int fits in a long is 2006-10-20 12:51:12 +00:00
common Add RCSId. 2006-04-17 06:53:06 +00:00
lint1 Simplify the previous change. There's actually no need to treat constants 2006-10-18 21:34:39 +00:00
lint2 WFORMAT is no more... 2006-10-08 17:52:28 +00:00
llib Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
xlint appease gcc -Wuninitialized 2005-06-02 04:34:57 +00:00
Makefile
Makefile.inc