ruby-changes:69446
From: Maxime <ko1@a...>
Date: Tue, 26 Oct 2021 03:29:44 +0900 (JST)
Subject: [ruby-changes:69446] 722d43ad5e (master): Test PR
https://git.ruby-lang.org/ruby.git/commit/?id=722d43ad5e From 722d43ad5e2685c4ca6edf090755eeca1a8cc8ce Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...> Date: Mon, 25 Oct 2021 14:29:36 -0400 Subject: Test PR --- yjit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yjit.h b/yjit.h index a3d8594a5d8..0d153c0edc8 100644 --- a/yjit.h +++ b/yjit.h @@ -40,7 +40,7 @@ struct rb_yjit_options { https://github.com/ruby/ruby/blob/trunk/yjit.h#L40 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); -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/