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
|
@ -1227,7 +1227,6 @@ typedef struct rb_parser_config_struct {
|
|||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 2)
|
||||
VALUE (*rb_sprintf)(const char *format, ...);
|
||||
char *(*rstring_ptr)(VALUE str);
|
||||
char *(*rstring_end)(VALUE str);
|
||||
long (*rstring_len)(VALUE str);
|
||||
VALUE (*obj_as_string)(VALUE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue