DO_TIMES must now be defined in the Makefile

This commit is contained in:
Guido van Rossum 1992-08-12 15:34:02 +00:00
parent 38fbf52b8e
commit 423d6c6bca
1 changed files with 0 additions and 4 deletions

View 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>