add reference to the ticket.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2014-09-11 05:38:20 +00:00
parent cc3088ea51
commit 8e3c057de8

View File

@ -1,6 +1,7 @@
Thu Sep 11 14:31:57 2014 Koichi Sasada <ko1@atdot.net>
* include/ruby/ruby.h: freeze nil/true/false.
[Feature #8923]
* gc.c (should_be_finalizable): check frozen after checkin FL_ABLE.