diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-07-08 17:53:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-07-08 17:53:16 +0000 |
commit | 4986ba09bd281456f0125b371071cab6130e04e2 (patch) | |
tree | 085f0478ad21509b646fe0b4ffc2e5cc2bc5df91 /usr.bin/make/var.h | |
parent | 1013db60a1fb319a681ce95448fc05cfda8c9987 (diff) |
rename variable to errorIsOkay. What does oldVars mean anyway ?
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 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 */ |