diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-29 19:11:17 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-29 19:11:17 +0000 |
| commit | 26cb406afbd0d8c8be08168422d52126c6ed56ed (patch) | |
| tree | 23795fd77b7d995d44193980b87cb5b63f13c428 /intern.h | |
| parent | a3e8aaf791db6e96f4b706e6432f6d7f162d5561 (diff) | |
| download | ruby-26cb406afbd0d8c8be08168422d52126c6ed56ed.tar.gz ruby-26cb406afbd0d8c8be08168422d52126c6ed56ed.tar.xz ruby-26cb406afbd0d8c8be08168422d52126c6ed56ed.zip | |
* eval.c (error_print, rb_longjmp, rb_thread_schedule): flush
error message. [ruby-dev:18582]
* eval.c (ruby_cleanup): added. just clean up without exit.
[ruby-dev:18582]
* eval.c (ruby_exec): added. execute main evaluation tree without
exit. [ruby-dev:18582]
* intern.h: prototypes; ruby_cleanup, ruby_exec
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -173,6 +173,8 @@ void rb_mark_end_proc _((void)); void rb_exec_end_proc _((void)); void ruby_finalize _((void)); void ruby_stop _((int)); +int ruby_cleanup _((int)); +int ruby_exec _((void)); void rb_gc_mark_threads _((void)); void rb_thread_start_timer _((void)); void rb_thread_stop_timer _((void)); |
