mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Changes for Lee Busby's SIGFPE patch set.
New symbol WANT_SIGFPE_HANDLER.
This commit is contained in:
parent
52fa3a6909
commit
4a3df1c936
2 changed files with 6 additions and 0 deletions
|
@ -84,5 +84,8 @@
|
|||
/* Define if you want to use the GNU readline library */
|
||||
#undef WITH_READLINE
|
||||
|
||||
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
|
||||
#undef WANT_SIGFPE_HANDLER
|
||||
|
||||
|
||||
/* Leave that blank line there-- autoheader needs it! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue