diff options
Diffstat (limited to 'y.tab.c.shipped')
-rw-r--r-- | y.tab.c.shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/y.tab.c.shipped b/y.tab.c.shipped index f1e85135..9f456895 100644 --- a/y.tab.c.shipped +++ b/y.tab.c.shipped @@ -6542,7 +6542,7 @@ yyreduce: #line 1375 "parser.y" { wchar_t ch; val str = string_own((yyvsp[(2) - (2)].lexeme)); - const wchar_t *cstr = c_str(str); + const wchar_t *cstr = c_str(str, nil); if (cstr[1] == 0) { ch = cstr[0]; } |