Skip to content
  • David Gobbi's avatar
    Remove the toupper macro defined by Python.h. · a4fa4480
    David Gobbi authored
    The Python pyport.h header defines macros for toupper and other
    ctype functions when compiled with __APPLE__ defined.  These macro
    definitions are problematic for C++ in general, and cause compile
    errors with modern compilers.
    a4fa4480