Silence spurious warning in Verilog lexer when compiling with GCC
authorRupert Swarbrick <rswarbrick@gmail.com>
Fri, 22 May 2020 13:29:42 +0000 (14:29 +0100)
committerRupert Swarbrick <rswarbrick@gmail.com>
Tue, 26 May 2020 16:54:57 +0000 (17:54 +0100)
commit6aa0f72ae9e47c81441a2cecef18b7f90671ec6d
tree378b3f3d368ace3a26eeb8d56bad7188017aba51
parenta7f2ef6d34c4b336a910b3c6f3d2cc11da8a82b4
Silence spurious warning in Verilog lexer when compiling with GCC

The chosen value shouldn't have any effect. I considered something
clearly wrong like -1, but there's no checking inside the generated
lexer, and I suspect this will cause even weirder bugs if triggered
than just setting it to INITIAL.
frontends/verilog/verilog_lexer.l