]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
DO_TIMES must now be defined in the Makefile
authorGuido van Rossum <guido@python.org>
Wed, 12 Aug 1992 15:34:02 +0000 (15:34 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Aug 1992 15:34:02 +0000 (15:34 +0000)
Modules/posixmodule.c

index 50331ef5487a43e2bce20fae5769de344fa8285f..95e590722bb199e00b8f73d2e1221a7f6afcd21a 100644 (file)
@@ -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 <signal.h>
 #include <string.h>
 #include <setjmp.h>