mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo in previous patch.
This commit is contained in:
parent
ccada2421b
commit
eb61b6ebb6
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue