Mercurial > public > mercurial-scm > hg
diff mercurial/util.h @ 16393:ee163a9cf37c
util.h: more Python 2.4 fixes
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 10 Apr 2012 16:53:29 -0500 |
parents | e501f45b0eba |
children | d126a0d16856 |
line wrap: on
line diff
--- a/mercurial/util.h Mon Apr 09 13:48:45 2012 -0700 +++ b/mercurial/util.h Tue Apr 10 16:53:29 2012 -0500 @@ -107,6 +107,9 @@ Note: msvc (8 or earlier) does not have ssize_t, so we use Py_ssize_t. */ typedef int Py_ssize_t; +typedef Py_ssize_t (*lenfunc)(PyObject *); +typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); + #if !defined(PY_SSIZE_T_MIN) #define PY_SSIZE_T_MAX INT_MAX #define PY_SSIZE_T_MIN INT_MIN