continue when an include file is not found
authorceriel <none@none>
Thu, 15 Jun 1989 09:16:27 +0000 (09:16 +0000)
committerceriel <none@none>
Thu, 15 Jun 1989 09:16:27 +0000 (09:16 +0000)
util/cpp/domacro.c

index 17027e5..8b01e53 100644 (file)
@@ -269,7 +269,7 @@ do_include()
        inctable[0] = WorkingDir;
        if (filenm) {
                if (!InsertFile(filenm, &inctable[tok==FILESPECIFIER],&result)){
-                       fatal("cannot find include file \"%s\"", filenm);
+                       error("cannot find include file \"%s\"", filenm);
                }
                else {
                        WorkingDir = getwdir(result);