From 2807bd47af467c866d717015bbff4a46000e59aa Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 11 Dec 2004 03:44:40 +0000 Subject: * eval.c (run_trap_eval): prototype; avoid VC++ warnings. * ext/socket/getaddrinfo.c: fix typo. fixed: [ruby-core:03947] * win32/win32.c: need to include dln.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7531 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 b6d074d151..5296d35ff4 100644 --- a/eval.c +++ b/eval.c @@ -9565,6 +9565,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 v1.2.3