This commit is contained in:
Alexander Belopolsky 2012-09-20 16:44:11 -04:00
commit 690558e440
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
*/ */
static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS];
#ifdef COUNT_ALLOCS #ifdef COUNT_ALLOCS
int quick_int_allocs, quick_neg_int_allocs; Py_ssize_t quick_int_allocs, quick_neg_int_allocs;
#endif #endif
static PyObject * static PyObject *