mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -33,8 +33,10 @@ static Py_complex c_1 = {1., 0.};
|
|||
static Py_complex c_half = {0.5, 0.};
|
||||
static Py_complex c_i = {0., 1.};
|
||||
static Py_complex c_i2 = {0., 0.5};
|
||||
#if 0
|
||||
static Py_complex c_mi = {0., -1.};
|
||||
static Py_complex c_pi2 = {M_PI/2., 0.};
|
||||
#endif
|
||||
|
||||
/* forward declarations */
|
||||
staticforward Py_complex c_log();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue