Merge pull request #4301 from shuujii/remove-unnecessary-backticks

Remove unnecessary backticks; ref #2858
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-02-28 12:55:26 +09:00
committed by GitHub
+1 -1
View File
@@ -4656,7 +4656,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()) {