so that MSVC 4.2 doesn't complain under NT.
#ifndef HZ
#define HZ 60 /* Universal constant :-) */
#endif /* HZ */
-static char posix_times__doc__[] =
-"times() -> (utime, stime, cutime, cstime, elapsed_time)\n\
-Return a tuple of floating point numbers indicating process times.";
static PyObject *
posix_times(self, args)
(double)0);
}
#endif /* MS_WIN32 */
+static char posix_times__doc__[] =
+"times() -> (utime, stime, cutime, cstime, elapsed_time)\n\
+Return a tuple of floating point numbers indicating process times.";
#ifdef HAVE_SETSID