summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 951427c1..cda1aaf8 100644
--- a/parser.y
+++ b/parser.y
@@ -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;