[Python-checkins] r84479 - python/branches/py3k/pyconfig.h.in

georg.brandl python-checkins at python.org
Sat Sep 4 00:29:08 CEST 2010


Author: georg.brandl
Date: Sat Sep  4 00:29:08 2010
New Revision: 84479

Log:
Revert unintended change from r84458.

Modified:
   python/branches/py3k/pyconfig.h.in

Modified: python/branches/py3k/pyconfig.h.in
==============================================================================
--- python/branches/py3k/pyconfig.h.in	(original)
+++ python/branches/py3k/pyconfig.h.in	Sat Sep  4 00:29:08 2010
@@ -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 */


More information about the Python-checkins mailing list