Use the LST_FOREACH macro instead of the Lst_ForEach function. This
authorMax Okumoto <okumoto@dragonflybsd.org>
Wed, 2 Mar 2005 19:39:51 +0000 (19:39 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Wed, 2 Mar 2005 19:39:51 +0000 (19:39 +0000)
commit3637a98853c3c96472cd58b200cd8aedd637090a
tree3032fc2797b33bbc17c0c86fe1f30c5a3d6b26f3
parent7f6dc34a65425b35e4d668834cfcc340797760ba
Use the LST_FOREACH macro instead of the Lst_ForEach function. This
saves function calls and reduces void casting.

Date: 2005/03/02 08:30:49 and 2005/03/02 12:00:21
Author: harti
Taken-from: FreeBSD
usr.bin/make/job.c
usr.bin/make/parse.c