diff options
Diffstat (limited to 'parser.y')
-rw-r--r-- | parser.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1276,6 +1276,7 @@ static wchar_t char_from_name(const wchar_t *name) { L"return", L'\r' }, { L"esc", 27 }, { L"space", L' ' }, + { L"pnul", 0xDC00 }, { 0, 0 }, }; int i; |