Skip to content

Commit 2a3a651

Browse files
byrootmatzbot
authored andcommitted
[ruby/json] Fix Ruby 4.1.0dev compatibility
ruby/json@4e2173d7c8
1 parent f23ffd5 commit 2a3a651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/json/json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ typedef unsigned char _Bool;
5454
# define RUBY_TYPED_FROZEN_SHAREABLE 0
5555
#endif
5656

57-
#ifndef HAVE_RUBY_TYPED_EMBEDDABLE
57+
#ifndef RUBY_TYPED_EMBEDDABLE
5858
# define RUBY_TYPED_EMBEDDABLE 0
5959
#endif
6060

0 commit comments

Comments
 (0)