Project

General

Profile

« Previous | Next » 

Revision 2390a8bd

Added by shyouhei (Shyouhei Urabe) almost 5 years ago

bind_local_variable_get: 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.