missing headers rate a FATAL.
This commit is contained in:
parent
39c3fd117a
commit
dcf96a006d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ doinclude(Tokenrow *trp)
|
|||
genline();
|
||||
} else {
|
||||
trp->tp = trp->bp+2;
|
||||
error(ERROR, "Could not find include file %r", trp);
|
||||
error(FATAL, "Could not find include file %r", trp);
|
||||
}
|
||||
return;
|
||||
syntax:
|
||||
|
|
Loading…
Reference in a new issue