##// END OF EJS Templates
manifest: use util.h to get Py_ssize_t
Matt Mackall -
r24441:e2ed40f0 default
parent child Browse files
Show More
@@ -12,6 +12,8 b''
12 12 #include <string.h>
13 13 #include <stdlib.h>
14 14
15 #include "util.h"
16
15 17 /* VC9 doesn't include bool and lacks stdbool.h based on my searching */
16 18 #ifdef _MSC_VER
17 19 #define true 1
General Comments 0
You need to be logged in to leave comments. Login now