mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
04f36c2bba
commit
f6a2a9b743
2 changed files with 5 additions and 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,
|
||||
|
|
1
eval.c
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue