summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 13:52:45 +0000
committermichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 13:52:45 +0000
commitc7e16e94e41164b9d409142a536dd80d00572dab (patch)
treeae0fe059957cddc1c37d72ae116378497a3a6a4e /eval.c
parent9d298253558e899e85e4363358a30f41db95aafb (diff)
move struct timeval to missing.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/eval.c b/eval.c
index 94067fcda2..800d001cce 100644
--- a/eval.c
+++ b/eval.c
@@ -74,16 +74,6 @@ char *strrchr _((const char*,const char));
#endif
#include <sys/types.h>
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#else
-#ifndef NT
-struct timeval {
- long tv_sec; /* seconds */
- long tv_usec; /* and microseconds */
-};
-#endif /* NT */
-#endif
#include <signal.h>
#include <errno.h>