1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (rb_threadptr_errinfo): renamed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-10-10 08:55:58 +00:00
parent aa963d3357
commit d45189ba5b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Oct 10 17:55:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_threadptr_errinfo): renamed.
Sat Oct 10 17:03:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (ruby_exec_node): removed unused argument.

2
eval.c
View file

@ -995,7 +995,7 @@ rb_rubylevel_errinfo(void)
}
VALUE
rb_rubylevel_thread_errinfo(rb_thread_t *th)
rb_threadptr_errinfo(rb_thread_t *th)
{
return get_thread_errinfo(th);
}