summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 08:50:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 08:50:11 +0000
commitf6a2a9b7433e8c74d29e3a9204f3abc6054524fa (patch)
tree2aa197e4a8b119741d87f8b4b15e13c43e81c580 /eval.c
parent04f36c2bba797225f0ab8f2bd83de86e1203ac47 (diff)
* eval.c (run_trap_eval): add prototype for Microsoft compiler.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 54a37e473f..896e549b62 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;