commit | 7d4266ed5a68e4434a86a11eb771abb28d13322e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 14 22:53:12 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 14 22:53:12 1997 +0000 |
tree | c1e92f426b3b3a523d9f16020fea741776087d46 | |
parent | 1ca407f3e47a80c0c6f76d9c8e4be7c28d60d243 [diff] [blame] |
Changes for Lee Busby's SIGFPE patch set. New file pyfpe.h, new exception FloatingPointError.
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 @@ #include "rename2.h" #endif +#include "pyfpe.h" + #endif /* !Py_ALLOBJECTS_H */