diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-06 08:50:11 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-06 08:50:11 +0000 |
commit | e21212eb473d1e69187a9dfd8744907609932817 (patch) | |
tree | 2aa197e4a8b119741d87f8b4b15e13c43e81c580 /eval.c | |
parent | eca8a5a23a25bd5d13db45b643e146e82f9a9be9 (diff) | |
download | ruby-e21212eb473d1e69187a9dfd8744907609932817.tar.gz ruby-e21212eb473d1e69187a9dfd8744907609932817.tar.xz ruby-e21212eb473d1e69187a9dfd8744907609932817.zip |
* 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
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |