Make sure that length variable is set to zero before Var_Parse() is
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Feb 2005 01:23:22 +0000 (01:23 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Feb 2005 01:23:22 +0000 (01:23 +0000)
commit904b437088b7257651694561fe13e24a037ef876
tree652aeafec238114312425a825f3e1a7e398d4148
parentd9c58307df5a0f506294e5e3ac56d6d00bdecc74
Make sure that length variable is set to zero before Var_Parse() is
invoked.  This is in preperation for accumilating the changes to the
length, sub-routines called and just update it to reflect how many
characters they consumed.
usr.bin/make/arch.c
usr.bin/make/cond.c
usr.bin/make/parse.c
usr.bin/make/suff.c
usr.bin/make/var.c