FreeBSD-Date: 2005/03/16 08:04:45
authorMax Okumoto <okumoto@dragonflybsd.org>
Wed, 16 Mar 2005 20:03:00 +0000 (20:03 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Wed, 16 Mar 2005 20:03:00 +0000 (20:03 +0000)
commit14ba7c54320e3ce93a2ff924a473577e35e7388c
treec6e381debb8d7f9960d651a9d94f10767eabd6d8
parent89671a807064d3da9d2bba614533bdae60c54191
FreeBSD-Date: 2005/03/16 08:04:45
FreeBSD-Date: 2005/03/16 08:06:28
FreeBSD-Date: 2005/03/16 12:22:15
FreeBSD-Date: 2005/03/16 16:02:09
FreeBSD-Date: 2005/03/16 16:11:11
Author: harti

o Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH
  and simplify code accordingly.

o Fix a comment.

o Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify
  code.

o Replace Lst_ForEach by LST_FOREACH.

o Now that there are no users of Lst_ForEach and Lst_ForEachFrom are
  left delete these two macros and all the associated stuff.
usr.bin/make/compat.c
usr.bin/make/dir.c
usr.bin/make/job.c
usr.bin/make/lst.c
usr.bin/make/lst.h
usr.bin/make/make.c
usr.bin/make/parse.c