diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-14 22:52:50 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-14 22:52:50 (GMT) |
commit | a44923fbfe9c48f04dce9e8e111e9b898f60d14b (patch) | |
tree | 18d3fa5e8539925d8497741bdf99b1651696592b /Mac/Modules/scrap | |
parent | 74a1e63a89cdaad288260600cf77e3a20811f49b (diff) | |
download | cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.zip cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.gz cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.bz2 |
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
Diffstat (limited to 'Mac/Modules/scrap')
-rw-r--r-- | Mac/Modules/scrap/Scrapmodule.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/scrap/Scrapmodule.c b/Mac/Modules/scrap/Scrapmodule.c index 5dd5c5a..4dfb4cd 100644 --- a/Mac/Modules/scrap/Scrapmodule.c +++ b/Mac/Modules/scrap/Scrapmodule.c @@ -2,11 +2,6 @@ /* ========================== Module Scrap ========================== */ #include "Python.h" - - - -#define SystemSevenOrLater 1 - #include "macglue.h" #include <Memory.h> #include <Dialogs.h> |