Skip to content

Commit

Permalink
Merge pull request #709 from byroot/stop-mark-locations
Browse files Browse the repository at this point in the history
Stop using `rb_gc_mark_locations`
  • Loading branch information
byroot authored Nov 23, 2024
2 parents 871e13e + e10d0bf commit ee6bd85
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 149 deletions.
1 change: 0 additions & 1 deletion ext/json/ext/parser/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

have_func("rb_enc_interned_str", "ruby.h") # RUBY_VERSION >= 3.0
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby

Expand Down
Loading

0 comments on commit ee6bd85

Please sign in to comment.