summaryrefslogtreecommitdiff
path: root/usr.bin/make/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r--usr.bin/make/var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 223b0e1a188..01c15efd13a 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -131,7 +131,7 @@ extern void Var_Dump(void);
extern void Var_AddCmdline(const char *);
/* stuff common to var.c and varparse.c */
-extern bool oldVars; /* Do old-style variable substitution */
+extern bool errorIsOkay;
#define VAR_GLOBAL 0
/* Variables defined in a global context, e.g in the Makefile itself */