diff options
author | Guido van Rossum <guido@python.org> | 1997-05-09 02:41:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-09 02:41:10 (GMT) |
commit | 7a24c374444e4ad8994cf5147964dbfcff441955 (patch) | |
tree | 0226aa85da560e88bad77df00901514a48b856fe | |
parent | f4eb63ef9a5541b63aa2c0c28ebbd2ee9ef914ab (diff) | |
download | cpython-7a24c374444e4ad8994cf5147964dbfcff441955.zip cpython-7a24c374444e4ad8994cf5147964dbfcff441955.tar.gz cpython-7a24c374444e4ad8994cf5147964dbfcff441955.tar.bz2 |
Move WANT_SIGFPE_HANDLER.
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,6 +60,9 @@ /* Define to empty if the keyword does not work. */ #undef volatile +/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ +#undef WANT_SIGFPE_HANDLER + /* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. @@ -84,8 +87,5 @@ /* 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! */ |