From c8d6f285a5303eee06a8de136f0df36c0021df02 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Jun 2007 02:28:11 +0000 Subject: * 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 --- intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern.h') 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)); -- cgit