mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
cctype: Undefined macros defined ctype.h so that builtin C++ implementations will be used
This commit is contained in:
@@ -42,6 +42,21 @@
|
||||
|
||||
#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
|
||||
//***************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user