=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/var.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/make/var.h 2007/07/08 17:44:20 1.2 +++ src/usr.bin/make/var.h 2007/07/08 17:53:15 1.3 @@ -131,7 +131,7 @@ 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 */