mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Make sure that comments spanning multiple lines are supported in multi-line macros. Since the lexer parses line by line we need a flag to track whether a multi-line comment is currently active. Signed-off-by: Lars-Peter Clausen <[email protected]>