From: Guido van Rossum Date: Wed, 12 Aug 1992 15:34:02 +0000 (+0000) Subject: DO_TIMES must now be defined in the Makefile X-Git-Tag: v0.9.8~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=423d6c6bcae783f8ebfcb0b692059eb294ab14dd;p=thirdparty%2FPython%2Fcpython.git DO_TIMES must now be defined in the Makefile --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 50331ef5487a..95e590722bb1 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