iverilog/ivlpp
Martin Whitaker c0845d8bea Fix assertion failure when using -Wmacro-redefinition, -y, and -D.
Predefined macros get stored in the precompiled macro file that gets
read back in when processing library files. This means the predefined
macros get processed twice. We need to skip the check in this case.
2017-11-08 20:07:38 +00:00
..
Makefile.in Rearrange compiler warning flags 2014-07-09 09:04:17 -07:00
globals.h Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
ivlpp.txt Spelling fixes in .txt files 2015-05-25 12:52:03 -07:00
lexor.lex Fix assertion failure when using -Wmacro-redefinition, -y, and -D. 2017-11-08 20:07:38 +00:00
main.c Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00