summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit.h b/yjit.h
index a3d8594a5d..0d153c0edc 100644
--- a/yjit.h
+++ b/yjit.h
@@ -40,7 +40,7 @@ struct rb_yjit_options {
bool test_backend;
};
-bool rb_yjit_enabled_p(void);
+bool rb_yjit_enabled_p(void) ;
unsigned rb_yjit_call_threshold(void);
void rb_yjit_invalidate_all_method_lookup_assumptions(void);