NetBSD/usr.bin/xlint
christos 5c2e510661 Prevent lint1 from coredumping on invalid c code such as:
foo((sockaddr *(void *))0);

This fix is imperfect, because right now we just check the subtype
chains for NULL and we return to the caller when the loop ends, leaving
the upper layers to cope with the syntax error. Ideally we should:

	a.) return an error to the upper layer, or
	b.) not call the type analysis routines in the presence of a syntax
	    error.

That would require a significant re-write which would take much more time
than I have...
2000-07-05 22:50:59 +00:00
..
lint1 Prevent lint1 from coredumping on invalid c code such as: 2000-07-05 22:50:59 +00:00
lint2 fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
llib change lint to ${LINT} ${LINTFLAGS} so that includes in ${DESTDIR} are used. 2000-06-14 20:22:19 +00:00
xlint Use execvp() instead of execv(). Deals with the case where CC, the compiler, 2000-06-29 02:56:47 +00:00
Makefile
Makefile.inc WARNSify 1998-02-22 15:40:39 +00:00