not finding an include file is fatal
authorceriel <none@none>
Mon, 17 Aug 1987 14:36:55 +0000 (14:36 +0000)
committerceriel <none@none>
Mon, 17 Aug 1987 14:36:55 +0000 (14:36 +0000)
lang/cem/cemcom/domacro.c

index 5be23aa..2639f73 100644 (file)
@@ -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);