Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0166930

Browse files
committed
Revert unintended change from r84458.
1 parent f11c6c4 commit 0166930

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyconfig.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,8 @@
10401040
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
10411041
#undef TM_IN_SYS_TIME
10421042

1043-
/* Define if you want to use computed gotos in ceval.c. */
1043+
/* Define to 0 if you don't want to use computed gotos in ceval.c.
1044+
(The default is to use them if HAVE_COMPUTED_GOTOS is defined.) */
10441045
#undef USE_COMPUTED_GOTOS
10451046

10461047
/* Define if the compiler supports the inline keyword */

0 commit comments

Comments
 (0)