a conflicting definition somewhere).
Resolved line wrap for error message in ins().
#ifdef HAVE_FTIME
#include <sys/timeb.h>
+#ifndef MS_WINDOWS
extern int ftime();
-#endif
+#endif /* MS_WINDOWS */
+#endif /* HAVE_FTIME */
#ifdef __WATCOMC__
#include <i86.h>
Py_FatalError("Can't initialize time module -- NULL value");
if (PyDict_SetItemString(d, name, v) != 0)
Py_FatalError(
- "Can't initialize time module -- PyDict_SetItemString failed");
+ "Can't initialize time module -- PyDict_SetItemString failed");
Py_DECREF(v);
}