From 3fedb5128f33390959cfcd97a624b33b0f22f372 Mon Sep 17 00:00:00 2001 From: normal Date: Sat, 11 Oct 2014 06:33:58 +0000 Subject: compile.c: fix RB_GC_GUARD usage * compile.c (iseq_build_from_ary_exception): move RB_GC_GUARD (iseq_build_from_ary_body): use PRIsVALUE instead of RB_GC_GUARD Currently unused functions, but we should set good examples for using RB_GC_GUARD (and favoring PRIsVALUE in format strings). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25bf9424fd..016dcb7a89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 11 15:32:08 2014 Eric Wong + + * compile.c (iseq_build_from_ary_exception): move RB_GC_GUARD + (iseq_build_from_ary_body): use PRIsVALUE instead of RB_GC_GUARD + Sat Oct 11 14:57:08 2014 Eric Wong * string.c (rb_str_intern): remove unnecessary RB_GC_GUARD -- cgit v1.2.3