iverilog/ivlpp
Martin Whitaker 02daffc97e Add option to only warn about macro redefinitions that change the text.
A common use case (prior to the introduction of localparam) was to
use macros to define constant values, and to put global constant
values in an include file that gets included by each source file.
This will generate a lot of spurious warnings if we warn about all
redefinitions. Make this new option the default for -Wall.
2017-11-08 19:50:42 +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 Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
main.c Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00