iverilog/ivlpp
Martin Whitaker 2799799358 Make compiler return non-zero exit code when include file not found.
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.
2024-02-24 13:30:27 +00:00
..
Makefile.in Update cppcheck to use c++11 2024-02-05 02:21:24 -08:00
globals.h Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
lexor.lex Make compiler return non-zero exit code when include file not found. 2024-02-24 13:30:27 +00:00
main.c Update displayed Copyright 2024-01-20 17:52:04 -08:00