mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove rb_str_cat for parser
This commit is contained in:
parent
2a65f4c907
commit
3e742579bb
Notes:
git
2024-09-26 10:21:16 +00:00
3 changed files with 0 additions and 3 deletions
|
@ -1213,7 +1213,6 @@ typedef struct rb_parser_config_struct {
|
|||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 2, 3)
|
||||
VALUE (*str_catf)(VALUE str, const char *format, ...);
|
||||
VALUE (*str_cat_cstr)(VALUE str, const char *ptr);
|
||||
VALUE (*str_cat)(VALUE str, const char *ptr, long len);
|
||||
VALUE (*str_resize)(VALUE str, long len);
|
||||
VALUE (*str_new)(const char *ptr, long len);
|
||||
VALUE (*str_new_cstr)(const char *ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue