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 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);