not finding an include file is fatal
This commit is contained in:
parent
bbcca8587c
commit
5219c0f7a6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user