diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 16:18:02 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 16:18:02 (GMT) |
commit | 9588770e25db99692f3ebb680235bc1a02b65017 (patch) | |
tree | ca8e9c449d18be8fee275ccb2a437f6548dc5952 /Mac/Modules/waste/wastesupport.py | |
parent | e48cef7aba0993ca6d01579f62900f0596960885 (diff) | |
download | cpython-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/waste/wastesupport.py')
-rw-r--r-- | Mac/Modules/waste/wastesupport.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/waste/wastesupport.py b/Mac/Modules/waste/wastesupport.py index e983b15..c669fa1 100644 --- a/Mac/Modules/waste/wastesupport.py +++ b/Mac/Modules/waste/wastesupport.py @@ -63,9 +63,6 @@ includestuff = includestuff + """ #include <%s>""" % MACHEADERFILE + """ #include <WEObjectHandlers.h> #include <WETabs.h> -#ifndef PyDoc_STR -#define PyDoc_STR(x) (x) -#endif /* Exported by Qdmodule.c: */ extern PyObject *QdRGB_New(RGBColor *); |