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>
#ifdef __clang__
#ifndef _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
#if defined(__OpenBSD__) && defined(__OpenBSD__) && \
!defined(_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_)
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
#endif
#endif
#include <map>
#include <set>
#include <stack>