Remove on RSTRING_END dependency from parser

This commit is contained in:
Nobuyoshi Nakada 2024-09-28 00:20:09 +09:00 committed by Nobuyoshi Nakada
parent d1324170b6
commit 7e19904c88
Notes: git 2024-09-27 16:59:52 +00:00
4 changed files with 10 additions and 13 deletions

View file

@ -373,7 +373,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.str_vcatf = rb_str_vcatf,
.rb_sprintf = rb_sprintf,
.rstring_ptr = RSTRING_PTR,
.rstring_end = RSTRING_END,
.rstring_len = RSTRING_LEN,
.obj_as_string = rb_obj_as_string,