summaryrefslogtreecommitdiff
path: root/RISCOS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-07 03:59:34 +0000
committerTim Peters <tim.peters@gmail.com>2002-07-07 03:59:34 +0000
commite163d9823a584e5541bbbbd637a9890b33df9c34 (patch)
treef272fdb2270a66c84cd93fc237814942275bad25 /RISCOS
parentf865cabe88287e7c722eed7dc0a26a498760060f (diff)
downloadcpython-e163d9823a584e5541bbbbd637a9890b33df9c34.tar.gz
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
+ I'm not sure what to do about configure.in. Left it alone. + Ditto pyexpat.c. Fred or Martin will know what to do.
Diffstat (limited to 'RISCOS')
-rw-r--r--RISCOS/Modules/config.c2
-rw-r--r--RISCOS/pyconfig.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/RISCOS/Modules/config.c b/RISCOS/Modules/config.c
index 03f6e3ce46..54fbc7909c 100644
--- a/RISCOS/Modules/config.c
+++ b/RISCOS/Modules/config.c
@@ -65,10 +65,8 @@ struct _inittab _PyImport_Inittab[] = {
{"sys", NULL},
{"exceptions", NULL},
-#ifdef WITH_CYCLE_GC
/* This lives in gcmodule.c */
{"gc", initgc},
-#endif
/* Sentinel */
{0, 0}
diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h
index a8cc8c7eb7..e7c3484e0d 100644
--- a/RISCOS/pyconfig.h
+++ b/RISCOS/pyconfig.h
@@ -236,9 +236,6 @@
one supplied by Python itself. (see Include/unicodectype.h). */
#undef WANT_WCTYPE_FUNCTIONS
-/* Define if you want to compile in cycle garbage collection */
-#define WITH_CYCLE_GC 1
-
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
Sequent Symmetry (Dynix), and Atari ST.