missing headers rate a FATAL.

This commit is contained in:
Ori Bernstein 2020-04-27 20:13:16 -07:00
parent 39c3fd117a
commit dcf96a006d

View file

@ -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: