mercurial/util.h
changeset 16382 f542d291c4f2
parent 13302 a4e0908ce35b
child 16384 8d821a173e4e
equal deleted inserted replaced
16381:64c8ae09162e 16382:f542d291c4f2
    99 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
    99 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
   100 #define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping
   100 #define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping
   101 
   101 
   102 #endif /* PY_VERSION_HEX */
   102 #endif /* PY_VERSION_HEX */
   103 
   103 
       
   104 #if (PY_VERSION_HEX < 0x02050000)
       
   105 typedef int Py_ssize_t;
       
   106 #endif
       
   107 
   104 #endif /* _HG_UTIL_H_ */
   108 #endif /* _HG_UTIL_H_ */
   105 
   109