1
0
Fork 0
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:
Yusuke Endoh 2019-07-14 21:34:32 +09:00
parent e8700b596b
commit 20a3fb3c4b

View file

@ -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, '$');
}