Remove unnecessary backticks; ref #2858

This commit is contained in:
KOBAYASHI Shuji
2019-02-27 20:27:29 +09:00
parent 018f4bd32e
commit c11bd075f7
+1 -1
View File
@@ -4568,7 +4568,7 @@ parser_yylex(parser_state *p)
}
pushback(p, c);
if (IS_SPCARG(c)) {
yywarning(p, "`**' interpreted as argument prefix");
yywarning(p, "'**' interpreted as argument prefix");
c = tDSTAR;
}
else if (IS_BEG()) {