aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/make/var.c3
1 files changed, 1 insertions, 2 deletions
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 */