Skip to content
Snippets Groups Projects
Commit eb9e9c2b authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Merge remote-tracking branch 'gl/dgobbi/python-toupper-macro' into release-6.3

* gl/dgobbi/python-toupper-macro:
  Remove the toupper macro defined by Python.h.
parents 6d9b42b0 a4fa4480
No related branches found
No related tags found
No related merge requests found
......@@ -91,4 +91,15 @@ they are system headers. Do NOT add any #undef lines here. */
# undef VTK_PYTHON_UNDEF_DEBUG
#endif
/* undo some macro defs in pyport.h */
#if defined(_PY_PORT_CTYPE_UTF8_ISSUE) && defined(__cplusplus)
#undef isalnum
#undef isalpha
#undef islower
#undef isspace
#undef isupper
#undef tolower
#undef toupper
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment