=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/var.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -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,7 +152,7 @@ extern void Var_AddCmdline(const char *); /* stuff common to var.c and varparse.c */ -extern bool errorIsOkay; +extern bool errorIsOkay; #define VAR_GLOBAL 0 /* Variables defined in a global context, e.g in the Makefile itself */