mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 12:51:23 +00:00
Replaced depricated %name-prefix= bison directive
This commit is contained in:
parent
d2d48996c4
commit
a1be4816d6
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ namespace ILANG_FRONTEND {
|
||||||
using namespace ILANG_FRONTEND;
|
using namespace ILANG_FRONTEND;
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name-prefix="rtlil_frontend_ilang_yy"
|
%name-prefix "rtlil_frontend_ilang_yy"
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
char *string;
|
char *string;
|
||||||
|
|
|
@ -84,7 +84,7 @@ static void free_attr(std::map<std::string, AstNode*> *al)
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name-prefix="frontend_verilog_yy"
|
%name-prefix "frontend_verilog_yy"
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
std::string *string;
|
std::string *string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue