mirror of https://github.com/YosysHQ/yosys.git
Replaced depricated %name-prefix= bison directive
This commit is contained in:
parent
d2d48996c4
commit
a1be4816d6
|
@ -39,7 +39,7 @@ namespace ILANG_FRONTEND {
|
|||
using namespace ILANG_FRONTEND;
|
||||
%}
|
||||
|
||||
%name-prefix="rtlil_frontend_ilang_yy"
|
||||
%name-prefix "rtlil_frontend_ilang_yy"
|
||||
|
||||
%union {
|
||||
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 {
|
||||
std::string *string;
|
||||
|
|
Loading…
Reference in New Issue