diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-02 09:17:42 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-02 09:17:42 +0000 |
commit | bc6e31eebfdec73a8a2eca14d5072d9d096799a0 (patch) | |
tree | d8645042038dc5114aad617d9f01e5c53c04b454 /include/ruby/missing.h | |
parent | cfd1157f1123998bde7b93212bdb111a65b82414 (diff) |
missing.h: __STDC_WANT_LIB_EXT1__
* include/ruby/missing.h: get rid of redefinition of
__STDC_WANT_LIB_EXT1__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/missing.h')
-rw-r--r-- | include/ruby/missing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h index aaf89f9664..8db33496ab 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -18,7 +18,9 @@ extern "C" { #endif #endif +#ifndef __STDC_WANT_LIB_EXT1__ #define __STDC_WANT_LIB_EXT1__ 1 +#endif #include "ruby/config.h" #include <stddef.h> |