=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/var.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/make/var.h 2007/07/30 09:51:53 1.6 --- src/usr.bin/make/var.h 2007/07/30 10:03:11 1.7 *************** *** 121,126 **** --- 121,129 ---- * Emit a PARSE_FATAL error if undef_is_bad and an undef variable is * encountered. The result is always a copy that should be free. */ extern char *Var_Subst(const char *, SymTable *, bool); + /* subst = Var_Substi(str, estr, ctxt, undef_if_bad); + */ + extern char *Var_Substi(const char *, const char *, SymTable *, bool); /* For loop handling.