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.
This commit is contained in:
David E. O'Brien 2009-01-06 16:24:22 +00:00
parent ac64560939
commit fa600cb9ba

View file

@ -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 */