summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-25 14:53:22 -0400
committerMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-25 14:53:22 -0400
commit10fe8495cd9568be79b4c254742eb0f667e84988 (patch)
treefb1680178676e3deaf51f71a331d2f34ca60004b /yjit.h
parent722d43ad5e2685c4ca6edf090755eeca1a8cc8ce (diff)
downloadruby-10fe8495cd9568be79b4c254742eb0f667e84988.tar.gz
Update YJIT code owners. Revert accidental commit.
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 0d153c0edc..a3d8594a5d 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);