We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 871e13e + e10d0bf commit ee6bd85Copy full SHA for ee6bd85
ext/json/ext/parser/extconf.rb
@@ -3,7 +3,6 @@
3
4
have_func("rb_enc_interned_str", "ruby.h") # RUBY_VERSION >= 3.0
5
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
6
-have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
7
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
8
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby
9
0 commit comments