3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-26 22:17:55 +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 6b59d05282
commit e77252ce8d
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