* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-06-10 23:55:36 +00:00
parent a5fa5f34b0
commit a3b89d7493

View File

@ -1,6 +1,6 @@
Thu Jun 11 08:52:01 2015 Koichi Sasada <ko1@atdot.net> Thu Jun 11 08:52:01 2015 Koichi Sasada <ko1@atdot.net>
* method.h: embed rb_method_entry_t::attr::flags (5 bits) into * method.h: embed rb_method_entry_t::attr::flags (5 bits) into
rb_method_entry_t::flags to make one word spare space. rb_method_entry_t::flags to make one word spare space.
Add some macros to access these flags. Add some macros to access these flags.