summaryrefslogtreecommitdiff
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
commit9fb56049eb62bdc5953a2cd66e472a23cd20070b (patch)
tree03ad08ae878891bfb6e615d0852d4d2270a425ba /eval.c
parentd6802f03b8e983dd7ed5be38c5bf0f941ab1c6d5 (diff)
* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixed
prototypes. git-svn-id: svn+ssh://ci.ruby-lang.org/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 e2540cae1b..2e66acd627 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)