summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-22 07:07:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-22 07:07:12 +0000
commitfb00d61acf3e7f3c8c839f25c4a9c094349160f3 (patch)
tree4954a3e935f12975dbc26666b4ae5b4fc34eae34 /thread.c
parentf1622c195da92aaaa0200d3afcf44f58c0cf29d9 (diff)
* thread.c (is_ruby_native_thread): made an int function as
well as version 1.8. * include/ruby/ruby.h (is_ruby_native_thread): moved prototype from intern.h as well as version 1.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index d00cc45a71..a70115fc63 100644
--- a/thread.c
+++ b/thread.c
@@ -2962,7 +2962,7 @@ Init_Thread(void)
rb_thread_create_timer_thread();
}
-VALUE
+int
is_ruby_native_thread(void)
{
return Qtrue;