Commit 600fe084 authored by Stefan Behnel's avatar Stefan Behnel

fix typo in utility code

parent 8da7f0ff
...@@ -720,8 +720,8 @@ static PyObject* __Pyx_PyInt_{{op}}{{order}}(PyObject *op1, PyObject *op2, CYTHO ...@@ -720,8 +720,8 @@ static PyObject* __Pyx_PyInt_{{op}}{{order}}(PyObject *op1, PyObject *op2, CYTHO
{{endif}} {{endif}}
return PyLong_FromLongLong(llx); return PyLong_FromLongLong(llx);
#endif #endif
{{endif}}{# if op != 'TrueDivide' #} {{endif}}{{# if op != 'TrueDivide' #}}
{{endif}}{# if op in ('Eq', 'Ne') #} {{endif}}{{# if op in ('Eq', 'Ne') #}}
} }
#endif #endif
......
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