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

Skip to content

Commit 7a24c37

Browse files
committed
Move WANT_SIGFPE_HANDLER.
1 parent f4eb63e commit 7a24c37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

acconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
/* Define to empty if the keyword does not work. */
6161
#undef volatile
6262

63+
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
64+
#undef WANT_SIGFPE_HANDLER
65+
6366
/* Define if you want to use SGI (IRIX 4) dynamic linking.
6467
This requires the "dl" library by Jack Jansen,
6568
ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
@@ -84,8 +87,5 @@
8487
/* Define if you want to use the GNU readline library */
8588
#undef WITH_READLINE
8689

87-
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
88-
#undef WANT_SIGFPE_HANDLER
89-
9090

9191
/* Leave that blank line there-- autoheader needs it! */

0 commit comments

Comments
 (0)