summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 9391b5b927..43455acbab 100644
--- a/eval.c
+++ b/eval.c
@@ -11262,7 +11262,7 @@ rb_thread_select(max, read, write, except, timeout)
struct timeval *timeout;
{
#ifndef linux
- double limit;
+ double limit = 0;
#endif
int n;