aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-02 09:17:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-02 09:17:42 +0000
commitbc6e31eebfdec73a8a2eca14d5072d9d096799a0 (patch)
treed8645042038dc5114aad617d9f01e5c53c04b454 /include
parentcfd1157f1123998bde7b93212bdb111a65b82414 (diff)
downloadruby-bc6e31eebfdec73a8a2eca14d5072d9d096799a0.tar.gz
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')
-rw-r--r--include/ruby/missing.h2
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>