Skip to content
Snippets Groups Projects
Commit 68cde53c authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Fix building against Bison 3.0.2

parent 81628a6c
No related branches found
No related tags found
No related merge requests found
...@@ -414,7 +414,7 @@ expr_simple ...@@ -414,7 +414,7 @@ expr_simple
string_parts string_parts
: STR : STR
| string_parts_interpolated { $$ = new ExprConcatStrings(true, $1); } | string_parts_interpolated { $$ = new ExprConcatStrings(true, $1); }
| { $$ = new ExprString(data->symbols.create("")) } | { $$ = new ExprString(data->symbols.create("")); }
; ;
string_parts_interpolated string_parts_interpolated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment