diff options
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index b29ec03..61751e6 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; |