summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/_Helpmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/_Helpmodule.c')
-rw-r--r--Mac/Modules/help/_Helpmodule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Modules/help/_Helpmodule.c b/Mac/Modules/help/_Helpmodule.c
index 328bc3a..66abdeb 100644
--- a/Mac/Modules/help/_Helpmodule.c
+++ b/Mac/Modules/help/_Helpmodule.c
@@ -20,6 +20,9 @@
}} while(0)
+#ifndef PyDoc_STR
+#define PyDoc_STR(x) (x)
+#endif
#ifdef WITHOUT_FRAMEWORKS
#include <MacHelp.h>
#else