diff options
-rw-r--r-- | Modules/pyexpat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 8b73e1e..85cb602 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -6,7 +6,7 @@ #include "expat.h" #ifndef PyDoc_STRVAR -#define PyDoc_STR(str) (str) +#define PyDoc_STR(str) str #define PyDoc_VAR(name) static char name[] #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) #endif |