diff --git a/ChangeLog b/ChangeLog index 4a06a0ee4f..546871d0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Thu Jun 11 08:52:01 2015 Koichi Sasada - * 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. Add some macros to access these flags.