cctype: Undefined macros defined ctype.h so that builtin C++ implementations will be used
This commit is contained in:
parent
e16000e83d
commit
5ddfdb2d8d
@ -42,6 +42,21 @@
|
|||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
// Remove macros in favor of real functions
|
||||||
|
#undef isalnum
|
||||||
|
#undef isalpha
|
||||||
|
#undef iscntrl
|
||||||
|
#undef isdigit
|
||||||
|
#undef isgraph
|
||||||
|
#undef islower
|
||||||
|
#undef isprint
|
||||||
|
#undef ispunct
|
||||||
|
#undef isspace
|
||||||
|
#undef isupper
|
||||||
|
#undef isxdigit
|
||||||
|
#undef tolower
|
||||||
|
#undef toupper
|
||||||
|
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
// Namespace
|
// Namespace
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user