mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use rb_str_to_interned_str in parse.y
This commit changes rb_fstring to rb_str_to_interned_str in parse.y. rb_fstring is private so it shouldn't be used by ripper.
This commit is contained in:
parent
9a09e27a73
commit
01f9b2ae41
4 changed files with 7 additions and 7 deletions
|
@ -157,7 +157,7 @@ struct rb_imemo_tmpbuf_struct {
|
|||
#define rb_str_new p->config->str_new
|
||||
#undef rb_str_new_cstr
|
||||
#define rb_str_new_cstr p->config->str_new_cstr
|
||||
#define rb_fstring p->config->fstring
|
||||
#define rb_str_to_interned_str p->config->str_to_interned_str
|
||||
#define is_ascii_string p->config->is_ascii_string
|
||||
#define rb_enc_str_new p->config->enc_str_new
|
||||
#define rb_enc_str_buf_cat p->config->enc_str_buf_cat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue