ruby-changes:49311
From: ko1 <ko1@a...>
Date: Sat, 23 Dec 2017 23:48:32 +0900 (JST)
Subject: [ruby-changes:49311] ko1:r61428 (trunk): fix last commit
ko1 2017-12-23 23:48:28 +0900 (Sat, 23 Dec 2017) New Revision: 61428 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61428 Log: fix last commit Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 61427) +++ compile.c (revision 61428) @@ -763,7 +763,7 @@ rb_vm_insn_addr2insn(const void *addr) / https://github.com/ruby/ruby/blob/trunk/compile.c#L763 VALUE * rb_iseq_original_iseq(const rb_iseq_t *iseq) /* cold path */ { - VALUE *original_code;3 + VALUE *original_code; if (ISEQ_ORIGINAL_ISEQ(iseq)) return ISEQ_ORIGINAL_ISEQ(iseq); original_code = ISEQ_ORIGINAL_ISEQ_ALLOC(iseq, iseq->body->iseq_size); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/