mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +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;
|
||||
%}
|
||||
|
||||
%name-prefix="rtlil_frontend_ilang_yy"
|
||||
%name-prefix "rtlil_frontend_ilang_yy"
|
||||
|
||||
%union {
|
||||
char *string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue