Commit 249b898e authored by Mark Dickinson's avatar Mark Dickinson

Typo fix. Thanks Damien Diederen.

parent e02a3017
......@@ -209,7 +209,7 @@ PyLong_FromLong(long ival)
return (PyObject*)v;
}
#if PyLONG_SHIFT==15
#if PyLong_SHIFT==15
/* 2 digits */
if (!(abs_ival >> 2*PyLong_SHIFT)) {
v = _PyLong_New(2);
......
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