summaryrefslogtreecommitdiff
path: root/src/pycrypto_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycrypto_compat.h')
-rw-r--r--src/pycrypto_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pycrypto_compat.h b/src/pycrypto_compat.h
index ccaf21a..c9098d4 100644
--- a/src/pycrypto_compat.h
+++ b/src/pycrypto_compat.h
@@ -45,6 +45,9 @@
# define PyLong_SHIFT SHIFT
# define PyUnicode_FromString PyString_FromString
# endif
+# if PY_MINOR_VERSION <= 1 /* Python 2.1 only */
+# define METH_O METH_OLDARGS /* METH_O is a subset of what METH_OLDARGS provides */
+# endif
#endif
/* Python 2.1 doesn't have PyModule_AddIntConstant */