diff options
Diffstat (limited to 'contrib/tools/python/src/Include')
| -rw-r--r-- | contrib/tools/python/src/Include/pyport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/Include/pyport.h b/contrib/tools/python/src/Include/pyport.h index ad2ff5929aa..2d06486ffba 100644 --- a/contrib/tools/python/src/Include/pyport.h +++ b/contrib/tools/python/src/Include/pyport.h @@ -714,7 +714,7 @@ extern int fdatasync(int); #endif #ifdef _PY_PORT_CTYPE_UTF8_ISSUE -#ifndef __cplusplus +#ifndef __cplusplus /* The workaround below is unsafe in C++ because * the <locale> defines these symbols as real functions, * with a slightly different signature. @@ -737,7 +737,7 @@ extern int fdatasync(int); #undef toupper #define toupper(c) towupper(btowc(c)) #endif -#endif +#endif /* Declarations for symbol visibility. |
