diff options
author | Guido van Rossum <guido@python.org> | 1992-08-12 15:34:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-12 15:34:02 (GMT) |
commit | 423d6c6bcae783f8ebfcb0b692059eb294ab14dd (patch) | |
tree | 83812562bfb93daba23d1e441c49982733140cfc /Modules/posixmodule.c | |
parent | 38fbf52b8e639978f457d490941ba300b7172f74 (diff) | |
download | cpython-423d6c6bcae783f8ebfcb0b692059eb294ab14dd.zip cpython-423d6c6bcae783f8ebfcb0b692059eb294ab14dd.tar.gz cpython-423d6c6bcae783f8ebfcb0b692059eb294ab14dd.tar.bz2 |
DO_TIMES must now be defined in the Makefile
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r-- | Modules/posixmodule.c | 4 |
1 files changed, 0 insertions, 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 <signal.h> #include <string.h> #include <setjmp.h> |