diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-19 05:16:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-19 05:16:36 +0000 |
commit | 4cf082014c611484407ba565e4e6a961c5f114fb (patch) | |
tree | 2a3e99485b5b24bbd57f2afa7a4e722fc4fbdfed /gc.c | |
parent | 5323cce852e4f2be68270eaf7320a880e3c46e29 (diff) | |
download | ruby-4cf082014c611484407ba565e4e6a961c5f114fb.tar.gz ruby-4cf082014c611484407ba565e4e6a961c5f114fb.tar.xz ruby-4cf082014c611484407ba565e4e6a961c5f114fb.zip |
* gc.c (run_final): commit miss to add new variable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1785,7 +1785,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; |