Use strchr() instead of a switch statement to determine if a char
authorMax Okumoto <okumoto@dragonflybsd.org>
Sun, 13 Feb 2005 10:03:11 +0000 (10:03 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sun, 13 Feb 2005 10:03:11 +0000 (10:03 +0000)
commite8377aa575b0fd8a27fc99b90af64fba8810c83e
tree5efe5240a62198bf09e0208cdd5175c1eda7d3da
parent555876449ce29f146bd98c924e0972e76c2fce2f
Use strchr() instead of a switch statement to determine if a char
is part of a set.
usr.bin/make/var.c