summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 16:18:02 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 16:18:02 (GMT)
commit9588770e25db99692f3ebb680235bc1a02b65017 (patch)
treeca8e9c449d18be8fee275ccb2a437f6548dc5952 /Mac/Modules/help
parente48cef7aba0993ca6d01579f62900f0596960885 (diff)
downloadcpython-9588770e25db99692f3ebb680235bc1a02b65017.zip
cpython-9588770e25db99692f3ebb680235bc1a02b65017.tar.gz
cpython-9588770e25db99692f3ebb680235bc1a02b65017.tar.bz2
PyDoc_STR is always defined nowadays (and has been for quite some time:-)
Diffstat (limited to 'Mac/Modules/help')
-rw-r--r--Mac/Modules/help/helpsupport.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/help/helpsupport.py b/Mac/Modules/help/helpsupport.py
index 230ec0c..a630603 100644
--- a/Mac/Modules/help/helpsupport.py
+++ b/Mac/Modules/help/helpsupport.py
@@ -36,9 +36,6 @@ MenuItemIndex = Type("MenuItemIndex", "H")
#EventKind = Type("EventKind", "H")
includestuff = includestuff + """
-#ifndef PyDoc_STR
-#define PyDoc_STR(x) (x)
-#endif
#include <Carbon/Carbon.h>
"""