freebsd-src/usr.bin/xlint/lint1
Mike Pritchard 778413c81b Do not include math.h because it isn't used and it causes
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world".  This is because
the msun math.h isn't installed with the other include files before
xlint is built.  It finally gets installed when the msun library
is built.

Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
1996-04-09 17:17:31 +00:00
..
cgram.y Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
decl.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
emit1.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
emit.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
err.c Well, Jochen adopted most of my submissions. So only the different 1995-11-06 21:54:02 +00:00
externs1.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
externs.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
func.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
init.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
lint1.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
lint.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
main1.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
Makefile Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
mem1.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
mem.c Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
op.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
param.h Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
scan.l Do not include math.h because it isn't used and it causes 1996-04-09 17:17:31 +00:00
tree.c Do not include math.h because it isn't used and it causes 1996-04-09 17:17:31 +00:00