summaryrefslogtreecommitdiff
path: root/eval_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_load.c')
-rw-r--r--eval_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_load.c b/eval_load.c
index bbe992171e..809f9654a1 100644
--- a/eval_load.c
+++ b/eval_load.c
@@ -111,7 +111,7 @@ rb_provide(const char *feature)
VALUE rb_load_path;
NORETURN(static void load_failed _((VALUE)));
-void th_klass_init(yarv_thread_t *);
+void th_klass_init(rb_thead_t *);
void
rb_load(VALUE fname, int wrap)
@@ -339,7 +339,7 @@ rb_require_safe(VALUE fname, int safe)
{
VALUE result = Qnil;
volatile VALUE errinfo = GET_THREAD()->errinfo;
- yarv_thread_t *th = GET_THREAD();
+ rb_thead_t *th = GET_THREAD();
int state;
char *volatile ftptr = 0;