Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11c6c4 commit 0166930Copy full SHA for 0166930
1 file changed
pyconfig.h.in
@@ -1040,7 +1040,8 @@
1040
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1041
#undef TM_IN_SYS_TIME
1042
1043
-/* 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.
1044
+ (The default is to use them if HAVE_COMPUTED_GOTOS is defined.) */
1045
#undef USE_COMPUTED_GOTOS
1046
1047
/* Define if the compiler supports the inline keyword */
0 commit comments