From 01669309d351f8cc13aab896c133a9f386111996 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 3 Sep 2010 22:29:08 +0000 Subject: [PATCH] Revert unintended change from r84458. --- pyconfig.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyconfig.h.in b/pyconfig.h.in index e21ae0c81b..50c21278b1 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1040,7 +1040,8 @@ /* Define to 1 if your 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 */ -- 2.40.0