]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move WANT_SIGFPE_HANDLER.
authorGuido van Rossum <guido@python.org>
Fri, 9 May 1997 02:41:10 +0000 (02:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 May 1997 02:41:10 +0000 (02:41 +0000)
acconfig.h

index 5c6d30152be9d2918d73484eeb85352d0f183774..14bf222a61e88361c1763fdee8eb78901b879a24 100644 (file)
@@ -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
-
 \f
 /* Leave that blank line there-- autoheader needs it! */