summaryrefslogtreecommitdiff
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 08:18:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 08:18:47 +0000
commit6a787c68bc955834effe63d82a91d1ad9aee2bdb ()
tree10372172fd7397610af5b9c1fb93c1faa0f08d53 /include/ruby/defines.h
parent80db1d6145cd6b566e3553c617751918653cbda8 (diff)
defines.h: fallback ERRORFUNC and WARNINGFUNC
* include/ruby/defines.h (ERRORFUNC, WARNINGFUNC): add fallback definitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--include/ruby/defines.h12
1 files changed, 12 insertions, 0 deletions
@@ -45,6 +45,18 @@ extern "C" {
#ifndef NOINLINE
# define NOINLINE(x) x
#endif
#ifndef GCC_VERSION_SINCE
#define GCC_VERSION_SINCE(major, minor, level) \