Commit 513762fe authored by Benjamin Peterson's avatar Benjamin Peterson

use more specific type

parent 0c8ee7fc
......@@ -4072,7 +4072,7 @@ v_complement(digit *z, digit *a, Py_ssize_t m)
static PyObject *
long_bitwise(PyLongObject *a,
int op, /* '&', '|', '^' */
char op, /* '&', '|', '^' */
PyLongObject *b)
{
int nega, negb, negz;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment