Skip to content

Remove the toupper macro defined by Python.h.

David Gobbi requested to merge dgobbi/vtk:python-toupper-macro into master

The Python pyport.h header defines macros for toupper and other ctype functions when compiled on OS X. These macro definitions are problematic for C++ in general, and cause compile errors with modern compilers.

Merge request reports