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

Skip to content

Commit 4a3df1c

Browse files
committed
Changes for Lee Busby's SIGFPE patch set.
New symbol WANT_SIGFPE_HANDLER.
1 parent 52fa3a6 commit 4a3df1c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

acconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@
8484
/* Define if you want to use the GNU readline library */
8585
#undef WITH_READLINE
8686

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

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

config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@
343343
/* Define if you have the <sys/wait.h> header file. */
344344
#undef HAVE_SYS_WAIT_H
345345

346+
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
347+
#undef WANT_SIGFPE_HANDLER
348+
346349
/* Define if you have the <thread.h> header file. */
347350
#undef HAVE_THREAD_H
348351

0 commit comments

Comments
 (0)