diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-05 23:26:43 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-05 23:26:43 +0000 |
commit | 366ff21e067218a588a4f8b25baebb9472a9debc (patch) | |
tree | 81a5ef9f3c619cd23c89e1c49d2f27c591a1efdd /thread.c | |
parent | 81cd7b07b86e163348af4d037c223c1b694f8c83 (diff) |
* vm.c (Init_BareVM): call Init_native_thread here.
* thread.c (Init_Thread): don't call Init_native_thread.
* thread_pthread.c (Init_native_thread): exported.
* thread_win32.c (Init_native_thread): ditto.
[ruby-dev:41536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4239,7 +4239,6 @@ Init_Thread(void) rb_define_method(rb_cThread, "add_trace_func", thread_add_trace_func_m, 1); /* init thread core */ - Init_native_thread(); { /* main thread setting */ { |