Skip to content

Commit

Permalink
Fix the other bison warning in ilang_parser.y
Browse files Browse the repository at this point in the history
Signed-off-by: Clifford Wolf <[email protected]>
  • Loading branch information
cliffordwolf committed May 6, 2019
1 parent b37c31e commit 20268d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/ilang/ilang_parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ YOSYS_NAMESPACE_END
USING_YOSYS_NAMESPACE
%}

%name-prefix "rtlil_frontend_ilang_yy"
%define api.prefix {rtlil_frontend_ilang_yy}

%union {
char *string;
Expand Down

0 comments on commit 20268d1

Please sign in to comment.