mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove on RSTRING_END
dependency from parser
This commit is contained in:
parent
d1324170b6
commit
7e19904c88
Notes:
git
2024-09-27 16:59:52 +00:00
4 changed files with 10 additions and 13 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue