diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-10-25 14:53:22 -0400 |
---|---|---|
committer | Maxime Chevalier-Boisvert <[email protected]> | 2021-10-25 14:53:22 -0400 |
commit | 10fe8495cd9568be79b4c254742eb0f667e84988 (patch) | |
tree | fb1680178676e3deaf51f71a331d2f34ca60004b /yjit.h | |
parent | 722d43ad5e2685c4ca6edf090755eeca1a8cc8ce (diff) |
Update YJIT code owners. Revert accidental commit.
Diffstat (limited to 'yjit.h')
-rw-r--r-- | yjit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |