summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-30 00:13:56 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-30 00:13:56 +0000
commitfd98af4c65166b5e111fe3fb0a72922e20fd213b (patch)
treea6b17ef56c040eb679cc660e5ac5f491041e1598 /eval.c
parent62395a335da4623d3fcb70dd6535e25119c8aa94 (diff)
* eval.c (rb_thread_join_m): add parameter type declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;