From 46589d57988bf35f942af13a6f3b1fd6f1306adf Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 17 Aug 1987 14:36:55 +0000 Subject: [PATCH] not finding an include file is fatal --- lang/cem/cemcom/domacro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1