diff options
| author | Guido van Rossum <guido@python.org> | 1997-02-14 22:53:12 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-02-14 22:53:12 +0000 |
| commit | 7d4266ed5a68e4434a86a11eb771abb28d13322e (patch) | |
| tree | c1e92f426b3b3a523d9f16020fea741776087d46 /Include/allobjects.h | |
| parent | 1ca407f3e47a80c0c6f76d9c8e4be7c28d60d243 (diff) | |
| download | cpython-git-7d4266ed5a68e4434a86a11eb771abb28d13322e.tar.gz | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 8c7f6c33d4..f2961c009e 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 */ |
