FreeBSD-Date: 2005/03/21 11:44:57
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 31 Mar 2005 21:47:19 +0000 (21:47 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 31 Mar 2005 21:47:19 +0000 (21:47 +0000)
commit3522c42fa7737fd614873eb177a6cc023a1a4245
tree3b17972da25d1c9d83a6b8f66479a6cd5577ec96
parent95eaec272fc6e210310ae02d740f0410ede0a382
FreeBSD-Date: 2005/03/21 11:44:57
Author: harti

Replace calls to Lst_Find with either appropriate LST_FOREACH macros
plus predicate inlining or a special purpose function with takes
and returns the correct types.
usr.bin/make/suff.c