=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/var.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/make/var.h 2007/09/17 09:45:37 1.10 --- src/usr.bin/make/var.h 2007/09/17 09:46:20 1.11 *************** *** 152,158 **** extern void Var_AddCmdline(const char *); /* stuff common to var.c and varparse.c */ ! extern bool errorIsOkay; #define VAR_GLOBAL 0 /* Variables defined in a global context, e.g in the Makefile itself */ --- 152,158 ---- extern void Var_AddCmdline(const char *); /* stuff common to var.c and varparse.c */ ! extern bool errorIsOkay; #define VAR_GLOBAL 0 /* Variables defined in a global context, e.g in the Makefile itself */