mirror of https://github.com/YosysHQ/yosys.git
Fix the other bison warning in ilang_parser.y
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
b37c31e2cb
commit
20268d12a5
|
@ -45,7 +45,7 @@ YOSYS_NAMESPACE_END
|
||||||
USING_YOSYS_NAMESPACE
|
USING_YOSYS_NAMESPACE
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name-prefix "rtlil_frontend_ilang_yy"
|
%define api.prefix {rtlil_frontend_ilang_yy}
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
char *string;
|
char *string;
|
||||||
|
|
Loading…
Reference in New Issue