From fa600cb9bacfd48ef3096355fb33099532e481d7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 6 Jan 2009 16:24:22 +0000 Subject: Note that r186713 also contained a change to VarAdd where we propagate the newly created 'Var' back to the caller. Also, back out an accidentally commented WIP comment. --- usr.bin/make/var.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 952f3a36791d2..983bb2ae70460 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -2319,8 +2319,7 @@ match_var(const char str[], const char var[]) * None. The old string must be freed by the caller */ Buffer * -//Var_Subst(const char *var, const char *str, GNode *ctxt, Boolean undefErr) -Var_Subst( const char *str, GNode *ctxt, Boolean err) +Var_Subst(const char *str, GNode *ctxt, Boolean err) { Boolean errorReported; Buffer *buf; /* Buffer for forming things */ -- cgit v1.3