X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/43806eefdf9d9400425ff74ec25ec461b09dc0ef..2ec562f15a095c23bc7c16199ea7428007b7b8ec:/catacomb-python.h?ds=sidebyside diff --git a/catacomb-python.h b/catacomb-python.h index c272b53..b1120fa 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -233,7 +233,8 @@ MODULES(DO) return (d); \ } -struct nameval { const char *name; unsigned long value; }; +struct nameval { const char *name; unsigned f; unsigned long value; }; +#define CF_SIGNED 1u extern void setconstants(PyObject *, const struct nameval *); extern PyObject *mexp_common(PyObject *, PyObject *, size_t,