Fix the other bison warning in ilang_parser.y

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-05-06 15:38:43 +02:00
parent b37c31e2cb
commit 20268d12a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;