aboutsummaryrefslogtreecommitdiffstats
path: root/eval_jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_jump.c')
-rw-r--r--eval_jump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval_jump.c b/eval_jump.c
index a8f04808ca..8d552565ec 100644
--- a/eval_jump.c
+++ b/eval_jump.c
@@ -97,6 +97,7 @@ void
rb_exec_end_proc(void)
{
struct end_proc_data *volatile link;
+ struct end_proc_data *tmp;
int status;
volatile int safe = rb_safe_level();