summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 22:53:12 +0000
committerGuido van Rossum <guido@python.org>1997-02-14 22:53:12 +0000
commitd44da7e8cd4b2a5257a7eb2958a08107de84b6fd (patch)
tree3cb1617d4ef5c8083f54542f2358d98a55248c0d /Include/pyerrors.h
parent2019477057eb836df7ea416e307e0a1981f5a307 (diff)
downloadcpython-d44da7e8cd4b2a5257a7eb2958a08107de84b6fd.tar.gz
Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.h, new exception FloatingPointError.
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index b29ec0314a..61751e6273 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -51,6 +51,7 @@ extern DL_IMPORT(PyObject *) PyExc_AccessError;
extern DL_IMPORT(PyObject *) PyExc_AttributeError;
extern DL_IMPORT(PyObject *) PyExc_ConflictError;
extern DL_IMPORT(PyObject *) PyExc_EOFError;
+extern DL_IMPORT(PyObject *) PyExc_FloatingPointError;
extern DL_IMPORT(PyObject *) PyExc_IOError;
extern DL_IMPORT(PyObject *) PyExc_ImportError;
extern DL_IMPORT(PyObject *) PyExc_IndexError;