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();
|
genline();
|
||||||
} else {
|
} else {
|
||||||
trp->tp = trp->bp+2;
|
trp->tp = trp->bp+2;
|
||||||
error(ERROR, "Could not find include file %r", trp);
|
error(FATAL, "Could not find include file %r", trp);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
syntax:
|
syntax:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue