From 243e581db047a4210bd5c77966729eeda4bb020f Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Jan 2014 19:15:29 +0000 Subject: eval.c: extra modifier * eval.c (rb_longjmp): remove an extra modifier from the forward declaration to match the actual definition. [ruby-core:59451] [Bug #9338] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 14ff42d08b..73eef32ec4 100644 --- a/eval.c +++ b/eval.c @@ -429,7 +429,7 @@ rb_frozen_class_p(VALUE klass) } } -NORETURN(static void rb_longjmp(int, volatile VALUE, volatile VALUE)); +NORETURN(static void rb_longjmp(int, volatile VALUE, VALUE)); static VALUE get_errinfo(void); static VALUE get_thread_errinfo(rb_thread_t *th); -- cgit v1.2.3