Further fixing to use `Py_ssize_t' in place of int.
[pyke] / util.c
diff --git a/util.c b/util.c
index 8a0c06c..ed56e99 100644 (file)
--- a/util.c
+++ b/util.c
@@ -413,7 +413,7 @@ PySequenceMethods gmap_pysequence = {
   0                                    /* @sq_inplace_repeat@ */
 };
 
-int gmap_pysize(PyObject *me)
+Py_ssize_t gmap_pysize(PyObject *me)
 {
   PyObject *i = 0, *x = 0;
   int rc = -1;