summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 02:23:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 02:23:52 +0000
commit370bdf3c86bcc6e10c9328eba64c1a8acde42f52 (patch)
treedd786449619d584beeab06c4f89820a7c06df73c /eval.c
parenta543a1ead6c29fea7ee3acc381bdbc1a92619ca6 (diff)
downloadruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.tar.gz
ruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.tar.xz
ruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.zip
* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.
[ruby-talk:106657] The solution was found by Guy Decoux. * file.c (rb_stat_dev_major): new methods File::Stat#dev_major and #dev_minor. [ruby-core:03195] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 69ceb0ef8..783098c38 100644
--- a/eval.c
+++ b/eval.c
@@ -11166,6 +11166,7 @@ rb_thread_group(thread)
th->priority = 0;\
th->thgroup = thgroup_default;\
th->locals = 0;\
+ th->thread = 0;\
} while (0)
static rb_thread_t