From 0f9257d2094b4041d4326e7abe06ba8b6f5d6053 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 07:28:51 +0000 Subject: * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to ruby_native_thread_p(). * ext/tk/tcltklib.c: apply it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/ruby.h') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 72d695a2b..90402afee 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -946,7 +946,7 @@ void ruby_sysinit(int *, char ***); #define RUBY_VM 1 /* YARV */ #define HAVE_NATIVETHREAD -int is_ruby_native_thread(void); +int ruby_native_thread_p(void); #define RUBY_EVENT_NONE 0x00 #define RUBY_EVENT_LINE 0x01 -- cgit