ANSIfy yet another hidden function definition.

This commit is contained in:
Thomas Wouters 2000-07-24 11:26:25 +00:00
parent eb61b6ebb6
commit 770e4042db
1 changed files with 0 additions and 5 deletions

View File

@ -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__)