summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 22:53:12 (GMT)
committerGuido van Rossum <guido@python.org>1997-02-14 22:53:12 (GMT)
commit7d4266ed5a68e4434a86a11eb771abb28d13322e (patch)
treec1e92f426b3b3a523d9f16020fea741776087d46 /Include/allobjects.h
parent1ca407f3e47a80c0c6f76d9c8e4be7c28d60d243 (diff)
downloadcpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.zip
cpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.tar.gz
cpython-7d4266ed5a68e4434a86a11eb771abb28d13322e.tar.bz2
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.h, new exception FloatingPointError.
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r--Include/allobjects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 8c7f6c3..f2961c0 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -113,4 +113,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include "rename2.h"
#endif
+#include "pyfpe.h"
+
#endif /* !Py_ALLOBJECTS_H */