forked from lix-project/lix
Fix building against Bison 3.0.2
This commit is contained in:
parent
81628a6ccc
commit
68cde53c47
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue