1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-01-10 08:09:01 +00:00
parent 81ef4309a2
commit 74d0eaf6a2
5 changed files with 35 additions and 13 deletions

4
ruby.h
View file

@ -63,9 +63,7 @@ extern "C" {
# define __(args) ()
#endif
#ifdef HAVE_ATTR_NORETURN
# define NORETURN(x) x __attribute__ ((noreturn))
#elif !defined NORETURN
#ifndef NORETURN
# define NORETURN(x) x
#endif