mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Merge pull request #992 from bwidawsk/bison-fix
verilog_parser: Fix Bison warning
This commit is contained in:
commit
3333e002b1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ static void free_attr(std::map<std::string, AstNode*> *al)
|
|||
|
||||
%}
|
||||
|
||||
%name-prefix "frontend_verilog_yy"
|
||||
%define api.prefix {frontend_verilog_yy}
|
||||
|
||||
%union {
|
||||
std::string *string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue