mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary backticks; ref #2858
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user