3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 03:31:24 +00:00

verilog_lexer: remove comment

Co-authored-by: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com>
This commit is contained in:
Emil J 2025-07-19 22:46:17 +02:00 committed by GitHub
parent 66a9fc9fe0
commit 588c5d5a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,8 +83,6 @@ YOSYS_NAMESPACE_END
string_t val = std::make_unique<std::string>(std::string("\\") + YYText()); \
return parser::make_TOK_ID(std::move(val), out_loc);
// #define YY_INPUT(buf,result,max_size) \
// result = readsome(*extra->lexin, buf, max_size)
#define YY_USER_ACTION \
out_loc.step(); \