From 770e4042db8a1c277b5d9b678cf6045a7aa2bd33 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Mon, 24 Jul 2000 11:26:25 +0000 Subject: ANSIfy yet another hidden function definition. --- Modules/timemodule.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 005189a..cb6f54e 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -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__) -- cgit v0.12