X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/blobdiff_plain/8eeb5aeea51fe42fdd9f4123379383cb8637bbdd..aa34cb72a4f0a502cb6bb55235c8f3186f46a28c:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index b0f933a..85adf7d 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -39,7 +39,6 @@ #include #include -#include #include #include #include @@ -176,11 +175,6 @@ PRIVATE_SYMBOLS; return (0); \ } -#if PY_VERSION_HEX < 0x02050000 /* Compatibility hack */ -# define ht_name name -# define ht_type type -#endif - #define root_pytype 0 #define type_pytype &PyType_Type #define INITTYPE_META(ty, base, meta) do { \ @@ -190,6 +184,7 @@ PRIVATE_SYMBOLS; #define INITTYPE(ty, base) INITTYPE_META(ty, base, type) extern PyObject *home_module; +extern PyObject *modname; #define INSERT(name, ob) do { \ PyObject *_o = (PyObject *)(ob); \