Date: Tue, 10 May 2005 12:02:15 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make for.c var.c var.h Message-ID: <200505101202.j4AC2FAP062670@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101202.j4AC2FAP062670>
