Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only if needed.

pull/478/head
Suresh Sundriyal 7 years ago
parent 72f3d7951b
commit 1a7e2fee9b

@ -60,7 +60,9 @@
#include <readline/readline.h>
#ifdef __clang__
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ 1
#ifndef _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
#endif
#endif
#include <map>
#include <set>

Loading…
Cancel
Save