mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* 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
This commit is contained in:
parent
d6802f03b8
commit
9fb56049eb
3 changed files with 7 additions and 2 deletions
2
eval.c
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue