summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
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)
{