diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 02:53:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 02:53:53 +0000 |
| commit | a3cf62c58d68f469e5b53d455d3974fe134a1910 (patch) | |
| tree | 48b6b3c928bcec04314b322a1dddf7dafe6c473e /intern.h | |
| parent | 5aa58be5b4ad435797f43c2768fda667e31fed7a (diff) | |
| download | ruby-a3cf62c58d68f469e5b53d455d3974fe134a1910.tar.gz ruby-a3cf62c58d68f469e5b53d455d3974fe134a1910.tar.xz ruby-a3cf62c58d68f469e5b53d455d3974fe134a1910.zip | |
* intern.h (ruby_stop): never return.
* ruby.h (ruby_run): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ void rb_set_end_proc _((void (*)(VALUE), VALUE)); void rb_mark_end_proc _((void)); void rb_exec_end_proc _((void)); void ruby_finalize _((void)); -void ruby_stop _((int)); +NORETURN(void ruby_stop _((int))); int ruby_cleanup _((int)); int ruby_exec _((void)); void rb_gc_mark_threads _((void)); |
