util.h: Add a PyInt_AsLong definition for usage in the inotify module.
authorRenato Cunha <renatoc@gmail.com>
Fri, 02 Jul 2010 16:21:38 -0300
changeset 11534 9777a3b19efe
parent 11533 5be8760d2fb3
child 11535 09cb56b760b4
util.h: Add a PyInt_AsLong definition for usage in the inotify module.
mercurial/util.h
--- 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 */