From 7504be10efbc6002cdfe205c05a7f2690c368296 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Mar 2016 21:40:55 +0000 Subject: remove rb_thread_t::base_block * error.c (rb_compile_err_append): rb_thread_t::base_block is no longer used. * iseq.c (rb_iseq_compile_with_option): ditto, no protection is needed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a53a61b97..9aff658a77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Mar 29 06:40:53 2016 Nobuyoshi Nakada + + * error.c (rb_compile_err_append): rb_thread_t::base_block is no + longer used. + + * iseq.c (rb_iseq_compile_with_option): ditto, no protection is + needed. + Tue Mar 29 06:39:22 2016 Nobuyoshi Nakada * parse.y (struct parser_params): move parse_in_eval flag from -- cgit v1.2.3