summaryrefslogtreecommitdiff
path: root/internal/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/compile.h')
-rw-r--r--internal/compile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/compile.h b/internal/compile.h
index d32c2233c9..8670785b7b 100644
--- a/internal/compile.h
+++ b/internal/compile.h
@@ -17,6 +17,8 @@ struct rb_iseq_struct; /* in vm_core.h */
/* compile.c */
int rb_dvar_defined(ID, const struct rb_iseq_struct *);
int rb_local_defined(ID, const struct rb_iseq_struct *);
+bool rb_insns_leaf_p(int i);
+int rb_insn_len(VALUE insn);
const char *rb_insns_name(int i);
VALUE rb_insns_name_array(void);
int rb_iseq_cdhash_cmp(VALUE val, VALUE lit);