summaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:28:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:28:51 +0000
commit0f9257d2094b4041d4326e7abe06ba8b6f5d6053 (patch)
treedafc232ad589926fc75187211ab0affba010e77c /include/ruby/ruby.h
parente461d2fa77a7e3c99e4fb5ab0292a8d2b33f5571 (diff)
downloadruby-0f9257d2094b4041d4326e7abe06ba8b6f5d6053.tar.gz
ruby-0f9257d2094b4041d4326e7abe06ba8b6f5d6053.tar.xz
ruby-0f9257d2094b4041d4326e7abe06ba8b6f5d6053.zip
* 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
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
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