summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-19 05:16:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-19 05:16:36 +0000
commit991ee3ab0a96be612fa538e290905e4add23adfb (patch)
treef3a1f8a3d5121996c8293c28431ba22b3d3f77b2 /gc.c
parentc8b7f0cef9e4e78e7c5cddd9b69e2bcd3eac4876 (diff)
* gc.c (run_final): commit miss to add new variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index e52327a5e9..04b8b4a802 100644
--- a/gc.c
+++ b/gc.c
@@ -1771,7 +1771,7 @@ run_final(obj)
{
long i;
int status, critical_save = rb_thread_critical;
- VALUE args[3], table;
+ VALUE args[3], table, objid;
objid = rb_obj_id(obj); /* make obj into id */
rb_thread_critical = Qtrue;