Remove refCount for suffixes.
authorespie <espie@openbsd.org>
Sun, 26 Mar 2000 15:51:31 +0000 (15:51 +0000)
committerespie <espie@openbsd.org>
Sun, 26 Mar 2000 15:51:31 +0000 (15:51 +0000)
commit4578b30856bf812ce32601ff9953e9ed21b788c7
tree06eca0208b490bccaba43234b0dcb3fa53d9a1bc
parenteff3e1aa6fc1b31383da181b5125bd29955f38f4
Remove refCount for suffixes.
- suffixes can't be removed from suffList except when an explicit reset
is seen, e.g.,
.SUFFIXES:

This actually occurs seldom enough that the very small memory gain does
not justify the extra code and added complexity.

(Removing suffixes at other times, as the old code used to do, is a bug)
usr.bin/make/suff.c