From e21212eb473d1e69187a9dfd8744907609932817 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 6 Dec 2004 08:50:11 +0000 Subject: * eval.c (run_trap_eval): add prototype for Microsoft compiler. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 54a37e473..896e549b6 100644 --- a/eval.c +++ b/eval.c @@ -9684,6 +9684,7 @@ thread_reset_raised() static void rb_thread_ready _((rb_thread_t)); +static VALUE run_trap_eval _((VALUE)); static VALUE run_trap_eval(arg) VALUE arg; -- cgit