зеркало из https://github.com/github/ruby.git
* eval.c (localjump_error): add parameter type declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e38f8b5cdc
Коммит
62395a335d
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 30 08:37:11 2002 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* eval.c (localjump_error): add parameter type declaration.
|
||||
|
||||
Mon Jul 29 16:00:54 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.
|
||||
|
|
1
eval.c
1
eval.c
|
@ -1348,6 +1348,7 @@ rb_eval_string_wrap(str, state)
|
|||
static void
|
||||
localjump_error(mesg, status)
|
||||
const char *mesg;
|
||||
VALUE status;
|
||||
{
|
||||
VALUE exc = rb_exc_new2(rb_eLocalJumpError, mesg);
|
||||
rb_iv_set(exc, "@status", status);
|
||||
|
|
Загрузка…
Ссылка в новой задаче