diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | eval.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon Dec 6 17:49:30 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * eval.c (run_trap_eval): add prototype for Microsoft compiler. + Mon Dec 6 17:32:38 2004 Tanaka Akira <akr@m17n.org> * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.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; |