]> granicus.if.org Git - python/commitdiff
Revert unintended change from r84458.
authorGeorg Brandl <georg@python.org>
Fri, 3 Sep 2010 22:29:08 +0000 (22:29 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 3 Sep 2010 22:29:08 +0000 (22:29 +0000)
pyconfig.h.in

index e21ae0c81b2d951fe59107d74eee2ae3b755d323..50c21278b1556598048eb3750bb44f6eacf2d930 100644 (file)
 /* 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 */