[ruby-cvs:78487] f9754f0ea0 (master): compile.c: trivial refactoring
"Yusuke Endoh" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yusuke Endoh 2019-12-04 08:22:48 +0900 (Wed, 04 Dec 2019)
New Revision: f9754f0ea0
https://github.com/ruby/ruby/commit/f9754f0ea0
Log:
compile.c: trivial refactoring
Use `for` instead of `while` to make it explicit that it is a traverse
of bytecode.
Modified files:
compile.c