3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

verilog_lexer, verilog_parser: remove comment

This commit is contained in:
Emil J. Tywoniak 2025-07-19 22:56:48 +02:00
parent 39a44c3539
commit 0f2ab91952
2 changed files with 0 additions and 11 deletions

View file

@ -59,8 +59,6 @@ USING_YOSYS_NAMESPACE
using namespace AST;
using namespace VERILOG_FRONTEND;
using parser = frontend_verilog_yy::parser;
//#define YYSTYPE FRONTEND_VERILOG_YYSTYPE
//#define YYLTYPE FRONTEND_VERILOG_YYLTYPE
YOSYS_NAMESPACE_BEGIN
#undef YY_DECL