X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/760e0a620d452db417c8fd2e853ab3425ecf1a3c..ad8cdbeb542edc489490e9837e54da82ac1a8fe3:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index b1120fa..ad27461 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -133,6 +133,7 @@ goto end; \ } while (0) #define VALERR(str) EXCERR(PyExc_ValueError, str) +#define OVFERR(str) EXCERR(PyExc_OverflowError, str) #define TYERR(str) EXCERR(PyExc_TypeError, str) #define ZDIVERR(str) EXCERR(PyExc_ZeroDivisionError, str) #define SYSERR(str) EXCERR(PyExc_SystemError, str)