diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 00:13:44 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 00:13:44 +0000 |
commit | 4316e4d99b856fcd16a2aa0f08cb6285dcab24af (patch) | |
tree | dd506ad60e9256c9e9046867e6108a60fe84c3c3 /ChangeLog | |
parent | b96f428e4892e4eb568ae47478947b886ae2dc87 (diff) |
* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c
to vm_eval.c because vm_collect_local_variables_in_heap() should
be static function.
* vm.c (vm_collect_local_variables_in_heap): make it static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Jan 19 08:56:53 2009 Koichi Sasada <ko1@atdot.net> + + * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c + to vm_eval.c because vm_collect_local_variables_in_heap() should + be static function. + + * vm.c (vm_collect_local_variables_in_heap): make it static. + Mon Jan 19 04:06:10 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is |