From 423d6c6bcae783f8ebfcb0b692059eb294ab14dd Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 12 Aug 1992 15:34:02 +0000 Subject: DO_TIMES must now be defined in the Makefile --- Modules/posixmodule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 50331ef..95e5907 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -34,10 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define NO_UNAME #endif -#ifndef MSDOS -#define DO_TIMES /* Comment this out if it causes trouble */ -#endif - #include #include #include -- cgit v0.12