summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-02 01:29:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-02 01:29:19 +0000
commitacd7f139c4c4271420861e52a7dca914d8b07917 (patch)
tree03ad08ae878891bfb6e615d0852d4d2270a425ba /eval.c
parent7d533d448c01b68b89e04ba84f2a33771ccaf4f5 (diff)
downloadruby-acd7f139c4c4271420861e52a7dca914d8b07917.tar.gz
ruby-acd7f139c4c4271420861e52a7dca914d8b07917.tar.xz
ruby-acd7f139c4c4271420861e52a7dca914d8b07917.zip
* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixed
prototypes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22701 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 e2540cae1..2e66acd62 100644
--- a/eval.c
+++ b/eval.c
@@ -329,7 +329,7 @@ rb_frozen_class_p(VALUE klass)
}
}
-NORETURN(static void rb_longjmp(int, VALUE));
+NORETURN(static void rb_longjmp(int, volatile VALUE));
static void
rb_longjmp(int tag, volatile VALUE mesg)