summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser.l b/parser.l
index c0114b24..60e06727 100644
--- a/parser.l
+++ b/parser.l
@@ -833,13 +833,13 @@ UONLY {U2}{U}|{U3}{U}{U}|{U4}{U}{U}{U}
<SPECIAL,QSPECIAL,NESTED,BRACED>{UANYN} {
val ch = chr_str(string_utf8(yytext), zero);
if (chr_isspace(ch))
- yyerrprepf(yyg, lit("unexpected whitespace character #\\x~02x"),
+ yyerrprepf(yyg, lit("unexpected whitespace character #\\x~,02x"),
ch, nao);
else if (chr_isunisp(ch))
- yyerrprepf(yyg, lit("unexpected Unicode space character #\\x~02x"),
+ yyerrprepf(yyg, lit("unexpected Unicode space character #\\x~,02x"),
ch, nao);
else if (chr_iscntrl(ch))
- yyerrprepf(yyg, lit("unexpected control character #\\x~02x"),
+ yyerrprepf(yyg, lit("unexpected control character #\\x~,02x"),
ch, nao);
else
yyerrprepf(yyg, lit("unexpected character #\\~a"),