use more specific type

This commit is contained in:
Benjamin Peterson 2012-12-26 16:43:33 -06:00
parent 0c8ee7fc8b
commit 513762fe9c
1 changed files with 1 additions and 1 deletions

View File

@ -4072,7 +4072,7 @@ v_complement(digit *z, digit *a, Py_ssize_t m)
static PyObject * static PyObject *
long_bitwise(PyLongObject *a, long_bitwise(PyLongObject *a,
int op, /* '&', '|', '^' */ char op, /* '&', '|', '^' */
PyLongObject *b) PyLongObject *b)
{ {
int nega, negb, negz; int nega, negb, negz;