summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx/cctype
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx/cctype')
-rw-r--r--nuttx/include/cxx/cctype15
1 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/include/cxx/cctype b/nuttx/include/cxx/cctype
index 5d3b6dc70..d3304247a 100644
--- a/nuttx/include/cxx/cctype
+++ b/nuttx/include/cxx/cctype
@@ -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
//***************************************************************************