##// END OF EJS Templates
util.h: add a typedef for Py_ssize_t with Python 2.4
Matt Mackall -
r16382:f542d291 default
parent child Browse files
Show More
@@ -101,5 +101,9 b''
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
General Comments 0
You need to be logged in to leave comments. Login now