summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-03 22:29:08 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-03 22:29:08 (GMT)
commit01669309d351f8cc13aab896c133a9f386111996 (patch)
treea52f53816b2a889bc130eb9fba47481ca7dcac9b /pyconfig.h.in
parentf11c6c46ac9efad01dc05a4a1932be7b5f18fc66 (diff)
downloadcpython-01669309d351f8cc13aab896c133a9f386111996.zip
cpython-01669309d351f8cc13aab896c133a9f386111996.tar.gz
cpython-01669309d351f8cc13aab896c133a9f386111996.tar.bz2
Revert unintended change from r84458.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index e21ae0c..50c2127 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1040,7 +1040,8 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
-/* Define if you want to use computed gotos in ceval.c. */
+/* Define to 0 if you don't want to use computed gotos in ceval.c.
+ (The default is to use them if HAVE_COMPUTED_GOTOS is defined.) */
#undef USE_COMPUTED_GOTOS
/* Define if the compiler supports the inline keyword */