aboutsummaryrefslogtreecommitdiffstats
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 14e8692a43..d5a23ade2f 100644
--- a/eval_load.c
+++ b/eval_load.c
@@ -119,7 +119,7 @@ rb_load_internal(char *file)
{
NODE *node;
VALUE iseq;
- rb_thead_t *th = GET_THREAD();
+ rb_thread_t *th = GET_THREAD();
{
th->parse_in_eval++;
@@ -365,7 +365,7 @@ rb_require_safe(VALUE fname, int safe)
{
VALUE result = Qnil;
volatile VALUE errinfo = GET_THREAD()->errinfo;
- rb_thead_t *th = GET_THREAD();
+ rb_thread_t *th = GET_THREAD();
int state;
char *volatile ftptr = 0;