mercurial/util.h
changeset 11534 9777a3b19efe
parent 11358 4494fb02d549
child 11535 09cb56b760b4
--- a/mercurial/util.h	Fri Jul 02 16:21:36 2010 -0300
+++ b/mercurial/util.h	Fri Jul 02 16:21:38 2010 -0300
@@ -12,6 +12,7 @@
 
 #define IS_PY3K
 #define PyInt_FromLong PyLong_FromLong
+#define PyInt_AsLong PyLong_AsLong
 
 #endif /* PY_MAJOR_VERSION */