From: ceriel Date: Thu, 15 Jun 1989 09:16:27 +0000 (+0000) Subject: continue when an include file is not found X-Git-Tag: release-5-5~2391 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4dfa2310fc274d8666cdef74fa411ca09de1abb9;p=ack.git continue when an include file is not found --- diff --git a/util/cpp/domacro.c b/util/cpp/domacro.c index 17027e529..8b01e53e8 100644 --- a/util/cpp/domacro.c +++ b/util/cpp/domacro.c @@ -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);