Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only on OpenBSD

This commit is contained in:
Suresh Sundriyal 2017-10-28 15:11:15 -07:00
parent 1a7e2fee9b
commit 217d365672

View File

@ -59,11 +59,10 @@
#include <readline/readline.h> #include <readline/readline.h>
#ifdef __clang__ #if defined(__OpenBSD__) && defined(__OpenBSD__) && \
#ifndef _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ !defined(_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_)
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ #define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
#endif #endif
#endif
#include <map> #include <map>
#include <set> #include <set>
#include <stack> #include <stack>