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:
parent
66a9fc9fe0
commit
588c5d5a57
1 changed files with 0 additions and 2 deletions
|
@ -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(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue