Typo fix. Thanks Damien Diederen.
This commit is contained in:
parent
e02a3017ca
commit
249b898ec7
|
@ -209,7 +209,7 @@ PyLong_FromLong(long ival)
|
||||||
return (PyObject*)v;
|
return (PyObject*)v;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PyLONG_SHIFT==15
|
#if PyLong_SHIFT==15
|
||||||
/* 2 digits */
|
/* 2 digits */
|
||||||
if (!(abs_ival >> 2*PyLong_SHIFT)) {
|
if (!(abs_ival >> 2*PyLong_SHIFT)) {
|
||||||
v = _PyLong_New(2);
|
v = _PyLong_New(2);
|
||||||
|
|
Loading…
Reference in New Issue