From 0a3b16a71a28e70ebfc211f2120b7a7e773d3ed1 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Jul 2007 07:07:12 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@12837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index d00cc45a7..a70115fc6 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; -- cgit