Remove check for __STDC_ISO_10646__
On most systems, even if __STDC_ISO_10646__ is not declared, wchar_t will be correct in a UTF-8 locale. The client and server both enforce a locale check on startup.
This commit is contained in:
committed by
Keith Winstein
parent
5c1020c51a
commit
96fe2349bb
@@ -31,10 +31,6 @@
|
||||
#include "parserstate.h"
|
||||
#include "parserstatefamily.h"
|
||||
|
||||
#ifndef __STDC_ISO_10646__
|
||||
#error "Must have __STDC_ISO_10646__"
|
||||
#endif
|
||||
|
||||
namespace Parser {
|
||||
static const StateFamily family;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user