From 47c82df27ff73c5181f7bd4505b4c98a96f15a0c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 11 Apr 2019 10:36:36 +0000 Subject: Share the exception local ID table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Fix GH-2115] From: Lourens Naudé git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index feb73a82ae..ac037d0a3b 100644 --- a/iseq.h +++ b/iseq.h @@ -21,6 +21,8 @@ typedef struct rb_iseq_struct rb_iseq_t; #define rb_iseq_t rb_iseq_t #endif +extern const ID rb_iseq_shared_exc_local_tbl[]; + static inline size_t rb_call_info_kw_arg_bytes(int keyword_len) { -- cgit v1.2.3