--- src/usr.bin/make/cond.c 2005/03/31 22:16:35 1.33 +++ src/usr.bin/make/cond.c 2005/04/01 01:12:55 1.34 @@ -1033,16 +1033,14 @@ CondE(Boolean doEval) *----------------------------------------------------------------------- */ int -Cond_Eval(char *line) +Cond_Eval(char *line, int lineno) { struct If *ifp; Boolean isElse; Boolean value = FALSE; int level; /* Level at which to report errors. */ - int lineno; level = PARSE_FATAL; - lineno = curFile.lineno; for (line++; *line == ' ' || *line == '\t'; line++) { continue;