Commit 7e545a56 authored by Thomas Wouters's avatar Thomas Wouters

Fix typo in previous patch.

parent 3346c504
......@@ -36,9 +36,9 @@ static Py_complex c_pi2 = {M_PI/2., 0.};
#endif
/* forward declarations */
staticforward Py_complex c_log(Py_Complex);
staticforward Py_complex c_prodi(Py_Complex);
staticforward Py_complex c_sqrt(Py_Complex);
staticforward Py_complex c_log(Py_complex);
staticforward Py_complex c_prodi(Py_complex);
staticforward Py_complex c_sqrt(Py_complex);
static Py_complex c_acos(Py_complex x)
......
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