Skip to content

Commit ee6bd85

Browse files
authored
Merge pull request #709 from byroot/stop-mark-locations
Stop using `rb_gc_mark_locations`
2 parents 871e13e + e10d0bf commit ee6bd85

File tree

3 files changed

+132
-149
lines changed

3 files changed

+132
-149
lines changed

ext/json/ext/parser/extconf.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
have_func("rb_enc_interned_str", "ruby.h") # RUBY_VERSION >= 3.0
55
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
6-
have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
76
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
87
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby
98

0 commit comments

Comments
 (0)