X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/c6e89d48f2ba05dc1e2c1f85e1ebc36abc50de2e..19a4c416ddf22b690c880efd04f6282b8d14a5dc:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index b0f933a..5638812 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -176,11 +176,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 { \