mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix floattime prototype ((void), not (double))
This commit is contained in:
parent
58d0510245
commit
ed77bac472
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ extern int ftime(struct timeb *);
|
||||||
|
|
||||||
/* Forward declarations */
|
/* Forward declarations */
|
||||||
static int floatsleep(double);
|
static int floatsleep(double);
|
||||||
static double floattime(double);
|
static double floattime(void);
|
||||||
|
|
||||||
/* For Y2K check */
|
/* For Y2K check */
|
||||||
static PyObject *moddict;
|
static PyObject *moddict;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue