mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a /* fall through */ comment
This commit is contained in:
parent
e8700b596b
commit
20a3fb3c4b
1 changed files with 1 additions and 0 deletions
1
parse.y
1
parse.y
|
@ -8428,6 +8428,7 @@ parse_gvar(struct parser_params *p, const enum lex_state_e last_state)
|
|||
set_yylval_noname();
|
||||
return tGVAR;
|
||||
}
|
||||
/* fall through */
|
||||
case '0':
|
||||
tokadd(p, '$');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue