*** empty log message ***

This commit is contained in:
Thomas Wouters 2000-07-24 11:09:37 +00:00
parent 94d8fea62e
commit ccada2421b
1 changed files with 3 additions and 3 deletions

View File

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