From: Thomas Wouters Date: Mon, 24 Jul 2000 11:26:25 +0000 (+0000) Subject: ANSIfy yet another hidden function definition. X-Git-Tag: v2.0b1~745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=770e4042db8a1c277b5d9b678cf6045a7aa2bd33;p=python ANSIfy yet another hidden function definition. --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 005189a507..cb6f54ede8 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__)