From 5219c0f7a6a670283d89c249ed770e32dc6a7af1 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 5be23aa3..2639f73d 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);