From 7d4266ed5a68e4434a86a11eb771abb28d13322e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Feb 1997 22:53:12 +0000 Subject: Changes for Lee Busby's SIGFPE patch set. New file pyfpe.h, new exception FloatingPointError. --- Include/pyerrors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/pyerrors.h') 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; -- cgit v1.2.1