aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-11 10:36:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-11 10:36:36 +0000
commit47c82df27ff73c5181f7bd4505b4c98a96f15a0c (patch)
tree5f7b5ede27e5def92ac7772cef35995d4ffd9cea /iseq.h
parentcf781b0871cb8d6b7135fa74d9549ca1cdb2a846 (diff)
downloadruby-47c82df27ff73c5181f7bd4505b4c98a96f15a0c.tar.gz
Share the exception local ID table
[Fix GH-2115] From: Lourens Naudé <lourens@bearmetal.eu> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 2 insertions, 0 deletions
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)
{