From df5df88a0acbfac3f548a2221d461ae37c9b7e7b Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 12 Oct 2009 23:53:48 +0000 Subject: * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367] * eval_intern.h: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25316 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 26c10c16c..ff85fbfc9 100644 --- a/eval.c +++ b/eval.c @@ -1004,7 +1004,7 @@ rb_rubylevel_errinfo(void) return get_errinfo(); } -VALUE +static VALUE rb_threadptr_errinfo(rb_thread_t *th) { return get_thread_errinfo(th); -- cgit