summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index b529937d5..9b5e015b3 100644
--- a/eval.c
+++ b/eval.c
@@ -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);
}