NetBSD/usr.bin/xlint
christos 8b3f9b1455 Factor out tyname() so that it can be used both by lint1 and lint2.
Since type_t is different between lint1.h and lint2.h include the
appropriate file depending on the pass. Make the argument mismatch
error print the type names of the types involved. Now that we have
a tyname() function we can fix the rest of the pass2 warnings to be
more explanatory, but not now.
2005-04-07 16:28:40 +00:00
..
arch Don't include the powerpc64 definitions in here. Since lint is a host 2005-02-19 17:15:56 +00:00
common Factor out tyname() so that it can be used both by lint1 and lint2. 2005-04-07 16:28:40 +00:00
lint1 Factor out tyname() so that it can be used both by lint1 and lint2. 2005-04-07 16:28:40 +00:00
lint2 Factor out tyname() so that it can be used both by lint1 and lint2. 2005-04-07 16:28:40 +00:00
llib
xlint Only pass -Wtraditional to cpp for lint -t ... 2005-02-09 21:24:48 +00:00
Makefile
Makefile.inc