Commit ed77bac4 authored by Thomas Wouters's avatar Thomas Wouters

Fix floattime prototype ((void), not (double))

parent 58d05102
...@@ -91,7 +91,7 @@ extern int ftime(struct timeb *); ...@@ -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;
......
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