summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 25660fdce..a8bcb8bdf 100644
--- a/eval.c
+++ b/eval.c
@@ -1348,6 +1348,7 @@ rb_eval_string_wrap(str, state)
static void
localjump_error(mesg, status)
const char *mesg;
+ VALUE status;
{
VALUE exc = rb_exc_new2(rb_eLocalJumpError, mesg);
rb_iv_set(exc, "@status", status);