summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index a8bcb8bdf1..8b1ca4d4fd 100644
--- a/eval.c
+++ b/eval.c
@@ -8202,6 +8202,7 @@ static VALUE
rb_thread_join_m(argc, argv, thread)
int argc;
VALUE *argv;
+ VALUE thread;
{
VALUE limit;
double delay = DELAY_INFTY;