harti 2005-03-21 11:44:57 UTC FreeBSD src repository Modified files: usr.bin/make suff.c Log: 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. Revision Changes Path 1.58 +71 -142 src/usr.bin/make/suff.c