X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/799dffb291a9e8600ca2385ce9545ac3559863f8..1e082a8681747b3968d0af6ce6a55283460bc641:/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 *);