Most pre-processor errors are flagged to the main compiler by a comment at the end of the pre-processed output. But certain errors, such as failing to find or open an include file, cause the pre-processor to exit immediately, which bypassed the generation of that comment. So we need to also generate that comment for all early-exit cases. This fixes issue #1104. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| globals.h | ||
| lexor.lex | ||
| main.c | ||