From: ceriel Date: Mon, 17 Aug 1987 14:36:55 +0000 (+0000) Subject: not finding an include file is fatal X-Git-Tag: release-5-5~3892 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=46589d57988bf35f942af13a6f3b1fd6f1306adf;p=ack.git not finding an include file is fatal --- diff --git a/lang/cem/cemcom/domacro.c b/lang/cem/cemcom/domacro.c index 5be23aa35..2639f73d4 100644 --- a/lang/cem/cemcom/domacro.c +++ b/lang/cem/cemcom/domacro.c @@ -242,7 +242,7 @@ do_include() inctable[0] = WorkingDir; if (filenm) { if (!InsertFile(filenm, &inctable[tok==FILESPECIFIER],&result)){ - lexerror("cannot find include file \"%s\"", filenm); + fatal("cannot find include file \"%s\"", filenm); } else { WorkingDir = getwdir(result);