cvs commit: src/usr.bin/make for.c var.c var.h
Hartmut Brandt
harti at FreeBSD.org
Tue May 10 05:02:15 PDT 2005
harti 2005-05-10 12:02:15 UTC
FreeBSD src repository
Modified files:
usr.bin/make for.c var.c var.h
Log:
Var_SubstOnly() is only used to subsitute a variable from the global
context (and only in one place to substitute the .for variable). Therefor
there is no need to pass the context as a parameter.
Patch: 7.197
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.43 +1 -2 src/usr.bin/make/for.c
1.151 +2 -1 src/usr.bin/make/var.c
1.23 +1 -1 src/usr.bin/make/var.h
More information about the cvs-src
mailing list