diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-07 20:54:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-07 20:54:44 (GMT) |
commit | 059ed83cc327d8f9404a160b7a5f9fb2c2b5b090 (patch) | |
tree | 38526dd545715a3cfac7458a1fab20da728c881a /Mac/Modules | |
parent | 4be93d0e848ca2dc55f119a7b0eb31fb995d7d33 (diff) | |
download | cpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.zip cpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.tar.gz cpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.tar.bz2 |
- Got rid if WITH_CYCLE_GC
- Cleaned up Python banner string, so the normal build for MacPython 2.3
will have a short banner.
Diffstat (limited to 'Mac/Modules')
-rw-r--r-- | Mac/Modules/macconfig.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 4bae69f..b445400 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -163,9 +163,7 @@ extern void init_hotshot(); #ifdef USE_PYEXPAT extern void initpyexpat(); #endif -#ifdef WITH_CYCLE_GC extern void initgc(); -#endif extern void initcPickle(); extern void initcStringIO(); @@ -295,9 +293,7 @@ struct _inittab _PyImport_Inittab[] = { #ifdef USE_PYEXPAT {"pyexpat", initpyexpat}, #endif -#ifdef WITH_CYCLE_GC {"gc", initgc}, -#endif {"cPickle", initcPickle}, {"cStringIO", initcStringIO}, {"_locale", init_locale}, |