From b76161939b898f0a87965a5e5a04ce724b6eb1b9 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 9 Jun 2008 14:25:39 +0000 Subject: * eval.c (Init_stack): don't declare. it is a macro now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 167dea77f..635d60cd6 100644 --- a/eval.c +++ b/eval.c @@ -43,7 +43,6 @@ void rb_clear_trace_func(void); void rb_thread_stop_timer_thread(void); void rb_call_inits(void); -void Init_stack(VALUE *); void Init_heap(void); void Init_ext(void); void Init_BareVM(void); -- cgit