summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 592c584559..651bf68034 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1742,7 +1742,7 @@ parse_and_compile_main(VALUE fname, const struct ruby_compile_main_arg* arg, VAL
return NULL;
} else {
*error = Qnil;
- return iseq;
+ return (ruby_opaque_t)iseq;
}
}