Fix building against Bison 3.0.2

This commit is contained in:
Eelco Dolstra 2014-01-21 15:34:04 +01:00
parent 81628a6ccc
commit 68cde53c47
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ expr_simple
string_parts
: STR
| string_parts_interpolated { $$ = new ExprConcatStrings(true, $1); }
| { $$ = new ExprString(data->symbols.create("")) }
| { $$ = new ExprString(data->symbols.create("")); }
;
string_parts_interpolated