diff options
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r-- | usr.bin/make/var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index eb17b1b961d..b2e20d2ddd8 100644 --- a/usr.bin/make/var.h +++ b/usr.bin/make/var.h @@ -101,7 +101,7 @@ extern char *Var_Parse(const char *, SymTable *, bool, size_t *, bool *); /* Note that var_Error is an instance of the empty string "", so that * callers who don't care don't need to. */ -extern char var_Error[]; +extern char var_Error[]; /* ok = Var_ParseSkip(&varspec, ctxt, &ok); * Parses a variable specification and returns true if the varspec |