diff options
Diffstat (limited to 'Mac/Modules/help/_Helpmodule.c')
-rw-r--r-- | Mac/Modules/help/_Helpmodule.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/help/_Helpmodule.c b/Mac/Modules/help/_Helpmodule.c index 8bd4270..8d016a5 100644 --- a/Mac/Modules/help/_Helpmodule.c +++ b/Mac/Modules/help/_Helpmodule.c @@ -20,9 +20,6 @@ }} while(0) -#ifndef PyDoc_STR -#define PyDoc_STR(x) (x) -#endif #include <Carbon/Carbon.h> static PyObject *Help_Error; |