mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 21:57:01 +00:00
verilog_lexer: fix fallthrough warning
This commit is contained in:
parent
588c5d5a57
commit
6b59d05282
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ YOSYS_NAMESPACE_BEGIN
|
||||||
#define YY_DECL parser::symbol_type VerilogLexer::nextToken()
|
#define YY_DECL parser::symbol_type VerilogLexer::nextToken()
|
||||||
|
|
||||||
#undef yyterminate
|
#undef yyterminate
|
||||||
#define yyterminate() terminate()
|
#define yyterminate() return terminate()
|
||||||
|
|
||||||
YOSYS_NAMESPACE_END
|
YOSYS_NAMESPACE_END
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue