mercurial/cext/parsers.c
changeset 33812 4ba863c88135
parent 33759 a22339d389d4
child 33925 2c37f9dabc32
--- a/mercurial/cext/parsers.c	Mon Aug 14 15:50:40 2017 +0900
+++ b/mercurial/cext/parsers.c	Mon Aug 14 13:35:26 2017 +0900
@@ -20,11 +20,9 @@
 /* The mapping of Python types is meant to be temporary to get Python
  * 3 to compile. We should remove this once Python 3 support is fully
  * supported and proper types are used in the extensions themselves. */
-#define PyInt_Type PyLong_Type
 #define PyInt_Check PyLong_Check
 #define PyInt_FromLong PyLong_FromLong
 #define PyInt_FromSsize_t PyLong_FromSsize_t
-#define PyInt_AS_LONG PyLong_AS_LONG
 #define PyInt_AsLong PyLong_AsLong
 #endif