mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
@@ -1300,7 +1300,7 @@ stmt : keyword_alias fsym {p->lstate = EXPR_FNAME;} fsym
|
||||
}
|
||||
| keyword_END '{' compstmt '}'
|
||||
{
|
||||
yyerror(p, "END not suported");
|
||||
yyerror(p, "END not supported");
|
||||
$$ = new_postexe(p, $3);
|
||||
}
|
||||
| command_asgn
|
||||
|
||||
Reference in New Issue
Block a user