From e05d009f2de34aa4d5794aad9d7fd36c4108d1e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Feb 2009 12:51:44 +0000 Subject: * 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 --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 54e10721b..4b2be3d8c 100644 --- a/st.c +++ b/st.c @@ -145,7 +145,7 @@ static int collision = 0; static int init_st = 0; static void -stat_col() +stat_col(void) { FILE *f = fopen("/tmp/col", "w"); fprintf(f, "collision: %d\n", collision); -- cgit