mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
cctype: Undefined macros defined ctype.h so that builtin C++ implementations will be used
This commit is contained in:
parent
e16000e83d
commit
5ddfdb2d8d
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
//***************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue