X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/7ca950d1c552a900fc8ac0e1b130ebe914b1c809..bf8910bde6a430a64868ef70319f94e94114c82c:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index fa99298..722d7ad 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -237,8 +237,7 @@ extern int convszt(PyObject *, void *); extern int convbool(PyObject *, void *); extern PyObject *abstract_pynew(PyTypeObject *, PyObject *, PyObject *); extern PyObject *getbool(int); -#define DECL_GETU_(n) extern PyObject *getu##n(uint##n); -DOUINTSZ(DECL_GETU_) +extern PyObject *getulong(unsigned long); extern void *newtype(PyTypeObject *, const PyTypeObject *, const char *); extern PyObject * mkexc(PyObject *, PyObject *, const char *, PyMethodDef *);