Commit 91c7d5f5 authored by Thomas Wouters's avatar Thomas Wouters

ANSIfy yet another hidden function definition.

parent 7e545a56
......@@ -709,12 +709,7 @@ floattime(void)
set an exception; else return 0. */
static int
#ifdef MPW
floatsleep(double secs)
#else
floatsleep(secs)
double secs;
#endif /* MPW */
{
/* XXX Should test for MS_WIN32 first! */
#if defined(HAVE_SELECT) && !defined(__BEOS__)
......
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