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
commit710189bd63e26d9be2569a28cb6753a413635dbc (patch)
treed8645042038dc5114aad617d9f01e5c53c04b454 /include
parent19b366998feb811a976cb8de46c60bc1bf61b124 (diff)
downloadruby-710189bd63e26d9be2569a28cb6753a413635dbc.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>