diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-06 16:24:22 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-06 16:24:22 +0000 |
| commit | fa600cb9bacfd48ef3096355fb33099532e481d7 (patch) | |
| tree | 06403e60f88369c5f55f351c0706e213bcad2c82 /usr.bin | |
| parent | ac6456093956d02059188d989816a8442cdb79a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/var.c | 3 |
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 */ |
