summaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 04:37:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 04:37:25 +0000
commit970524f9fa95fef27eeb3f218e182cef4065855c (patch)
tree6fdaf18d160518bb62a4740149acd58bba90795a /vm.c
parentde91f81fa170e8dabcb4c158c9ab8fcc07a78405 (diff)
downloadruby-970524f9fa95fef27eeb3f218e182cef4065855c.tar.gz
ruby-970524f9fa95fef27eeb3f218e182cef4065855c.tar.xz
ruby-970524f9fa95fef27eeb3f218e182cef4065855c.zip
* vm.c (rb_vm_mark): commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index b1f22e7d8..466afe7c7 100644
--- a/vm.c
+++ b/vm.c
@@ -1386,6 +1386,8 @@ mark_event_hooks(rb_event_hook_t *hook)
void
rb_vm_mark(void *ptr)
{
+ int i;
+
RUBY_MARK_ENTER("vm");
RUBY_GC_INFO("-------------------------------------------------\n");
if (ptr) {