summaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-01 12:51:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-01 12:51:44 +0000
commite05d009f2de34aa4d5794aad9d7fd36c4108d1e4 (patch)
tree5698740a4574a6e82e1d3c1d54d3be2d17b9917c /cont.c
parentf930a67109a3f17edfcbb90ae00f1c8b7a2e725a (diff)
downloadruby-e05d009f2de34aa4d5794aad9d7fd36c4108d1e4.tar.gz
ruby-e05d009f2de34aa4d5794aad9d7fd36c4108d1e4.tar.xz
ruby-e05d009f2de34aa4d5794aad9d7fd36c4108d1e4.zip
* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),
eval.c (rb_iterator_p, rb_need_block), load.c: (Init_load), ruby.c (uscore_get, rb_f_chop), st.c (stat_col), signal.c (rb_signal_buff_size, ruby_sig_finalize), thread.c (rb_thread_sleep_forever, rb_thread_sleep_deadly, rb_thread_alone): protoized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index a3c8a3241..3014dc19a 100644
--- a/cont.c
+++ b/cont.c
@@ -818,7 +818,7 @@ root_fiber_alloc(rb_thread_t *th)
}
VALUE
-rb_fiber_current()
+rb_fiber_current(void)
{
rb_thread_t *th = GET_THREAD();
if (th->fiber == 0) {