summaryrefslogtreecommitdiff
path: root/ujit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit.h')
-rw-r--r--ujit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ujit.h b/ujit.h
index 3fb78200fd..a931ce0d3d 100644
--- a/ujit.h
+++ b/ujit.h
@@ -53,5 +53,6 @@ void rb_ujit_method_lookup_change(VALUE cme_or_cc);
void rb_ujit_compile_iseq(const rb_iseq_t *iseq);
void rb_ujit_init(struct rb_ujit_options *options);
void rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me, enum ruby_basic_operators bop);
+void rb_ujit_constant_state_changed(void);
#endif // #ifndef UJIT_H