From eb807d42eca121df22f72b95465bba52a4e7fefa Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Mar 2011 08:39:39 +0000 Subject: * gc.c (rb_gc_set_params): allow GC parameter configuration by environment variables. based on a patch from funny-falcon at https://gist.github.com/856296, but honors safe level. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_jump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval_jump.c') 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(); -- cgit v1.2.3