aboutsummaryrefslogtreecommitdiffstats
path: root/eval_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_error.h')
-rw-r--r--eval_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_error.h b/eval_error.h
index 757204b15f..91edcb8521 100644
--- a/eval_error.h
+++ b/eval_error.h
@@ -198,7 +198,7 @@ static int
error_handle(int ex)
{
int status = EXIT_FAILURE;
- yarv_thread_t *th = GET_THREAD();
+ rb_thead_t *th = GET_THREAD();
if (thread_set_raised(th))
return EXIT_FAILURE;