git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-02-23 01:14:26 +00:00
parent 97ef9728d5
commit 02bfe1f6e7

View file

@ -519,7 +519,7 @@ Thu Feb 12 22:51:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch
from nagachika <nagachika00 AT gmail.com> at [ruby-dev:37977].
* compile.c (insn_set_sc_state): fixed typoe.
* compile.c (insn_set_sc_state): fixed typo.
Thu Feb 12 12:36:35 2009 Tanaka Akira <akr@fsij.org>