X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/3f4f64b80b775c630201089785c43e1af24060bb..80f7cd89bbb143dfa794e54be04994f55e851f7b:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index bb84a74..b287450 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -128,7 +128,6 @@ #define VALERR(str) EXCERR(PyExc_ValueError, str) #define TYERR(str) EXCERR(PyExc_TypeError, str) #define ZDIVERR(str) EXCERR(PyExc_ZeroDivisionError, str) -#define SYNERR(str) EXCERR(PyExc_SyntaxError, str) #define SYSERR(str) EXCERR(PyExc_SystemError, str) #define NIERR(str) EXCERR(PyExc_NotImplementedError, str) #define INDEXERR(idx) do { \