summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-18 02:28:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-18 02:28:11 +0000
commitc8d6f285a5303eee06a8de136f0df36c0021df02 (patch)
tree0d9dfe171c7a8b615ecad23efec5dd4a5286bba7 /intern.h
parent0c399c3004251484b72dcca659927b7a0d3be45a (diff)
downloadruby-c8d6f285a5303eee06a8de136f0df36c0021df02.tar.gz
ruby-c8d6f285a5303eee06a8de136f0df36c0021df02.tar.xz
ruby-c8d6f285a5303eee06a8de136f0df36c0021df02.zip
* intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()
to get rid of error in C++. [ruby-list:43615] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index d063d5349..6bdbc49d4 100644
--- a/intern.h
+++ b/intern.h
@@ -204,7 +204,6 @@ int rb_thread_alone _((void));
void rb_thread_polling _((void));
void rb_thread_sleep _((int));
void rb_thread_sleep_forever _((void));
-enum rb_thread_status rb_thread_status _((VALUE));
VALUE rb_thread_stop _((void));
VALUE rb_thread_wakeup _((VALUE));
VALUE rb_thread_wakeup_alive _((VALUE));