Assert wchar_t is Unicode (ISO 10646)

This commit is contained in:
Keith Winstein
2011-01-10 05:51:27 -05:00
parent c387285a32
commit 9cde230891
+4
View File
@@ -16,6 +16,10 @@
#include "parser.hpp" #include "parser.hpp"
#ifndef __STDC_ISO_10646__
#error "Must have __STDC_ISO_10646__"
#endif
const size_t buf_size = 1024; const size_t buf_size = 1024;
class stripstate { class stripstate {