patch-7.184
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 16 Apr 2005 10:34:26 +0000 (10:34 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 16 Apr 2005 10:34:26 +0000 (10:34 +0000)
commite576a0842f58dd94ced196625f0b34481dac3d32
treec0f75b714575e10f76171d0a0d04832a2d353b12
parent7beeeb163123683dc991ec457a0298e4411c61e3
patch-7.184
o Copy Var_Subst() into Var_SubstOnly(), the new function
  is never passed NULL in the 'var' input parameter.
o Modified Var_Subst() to always expect var==NULL as input paramter.
o Update calling code by removing unused parameter.
usr.bin/make/arch.c
usr.bin/make/compat.c
usr.bin/make/for.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/parse.c
usr.bin/make/suff.c
usr.bin/make/var.c
usr.bin/make/var.h