summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-01 18:26:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-01 18:26:11 +0000
commit8caf81f1eafc07c14ec8ed006e07c362965ed32f (patch)
tree816b8676566824d5eda5b8f1c74131179b4469f9 /eval.c
parent35ea1379e3df5c778753b4d3afd40d7b87800f22 (diff)
* eval.c (rb_thread_raise): prototype; avoid VC++ warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 7c9ede5cb6..7726edb9e8 100644
--- a/eval.c
+++ b/eval.c
@@ -8188,7 +8188,7 @@ rb_thread_check(data)
return (rb_thread_t)RDATA(data)->data;
}
-static VALUE rb_thread_raise _((int, VALUE*, rb_thread_t));
+static VALUE rb_thread_raise _((int, VALUE*, volatile rb_thread_t));
static int th_raise_argc;
static VALUE th_raise_argv[2];