Project

General

Profile

« Previous | Next » 

Revision 06ed9a7a

Added by shyouhei (Shyouhei Urabe) over 5 years ago

rb_convert_to_integer: do not goto into a branch

I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.