continue when an include file is not found
This commit is contained in:
parent
cd367c7940
commit
4dfa2310fc
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue