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 /ruby.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 'ruby.h')
-rw-r--r-- | ruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -550,7 +550,7 @@ VALUE rb_require _((const char*)); void ruby_init _((void)); void ruby_options _((int, char**)); -void ruby_run _((void)); +NORETURN(void ruby_run _((void))); RUBY_EXTERN VALUE rb_mKernel; RUBY_EXTERN VALUE rb_mComparable; |