Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 12 Mar 2005 11:31:30 +0000 (11:31 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 12 Mar 2005 11:31:30 +0000 (11:31 +0000)
commit151b14f60159088de2a31aac090e3c1a1cf9a710
treee78287ef292e39c4cb9c676d3896d2f45cc8cf80
parentbb5dfca7f68e27034e7935c5574ee7e7abb1eec7
Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.

FreeBSD-Date: 2005/03/11 13:24:08
Author: harti
usr.bin/make/suff.c
usr.bin/make/util.c
usr.bin/make/util.h