diff options
author | 卜部昌平 <[email protected]> | 2019-09-10 12:22:26 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2019-09-10 12:25:36 +0900 |
commit | 20e428ec40ee1c83708b3ade6a0007ab2a435f83 () | |
tree | 8b155d47ed40fafbc7dca4bd55739ab2e670193a /include/ruby/defines.h | |
parent | 8d3db4f26cbbc920c717dfa2784a467014b954a6 (diff) |
fix CentOS 6 compile error
See also https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos6/ruby-master/log/20190910T003005Z.fail.html.gz
-rw-r--r-- | include/ruby/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ extern "C" { #ifndef DEPRECATED_TYPE # define DEPRECATED_TYPE(mesg, decl) decl #endif #ifndef NOINLINE # define NOINLINE(x) x #endif |