diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-13 15:02:02 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-13 15:02:02 (GMT) |
commit | 65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0 (patch) | |
tree | 97ea112375ea86c214559e5dc0eeddc434e93132 /Mac/Python | |
parent | 55309a31df89d83c996426413915c1717b367a8d (diff) | |
download | cpython-65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0.zip cpython-65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0.tar.gz cpython-65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0.tar.bz2 |
Get rid of support for Universal Headers older than 3.4 and various other
outdated things.
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetargv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Python/macgetargv.c b/Mac/Python/macgetargv.c index 180de33..f301bab 100644 --- a/Mac/Python/macgetargv.c +++ b/Mac/Python/macgetargv.c @@ -45,11 +45,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <Carbon/Carbon.h> #endif /* WITHOUT_FRAMEWORKS */ -#if UNIVERSAL_INTERFACES_VERSION >= 0x0340 typedef long refcontype; -#else -typedef unsigned long refcontype; -#endif #include "Python.h" #include "macglue.h" |