]> granicus.if.org Git - python/commitdiff
ANSIfy yet another hidden function definition.
authorThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 11:26:25 +0000 (11:26 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 11:26:25 +0000 (11:26 +0000)
Modules/timemodule.c

index 005189a507dcd02692fe48adda6cfafb255c3510..cb6f54ede8409e634fb2805d56f995da2851d4c3 100644 (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__)