X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/9044246b9b886e4714da30fcc84e85aad00c3b1a..8ebf420c2d64a7fc9461b6c811d7ea6c309d9d06:/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)