summaryrefslogtreecommitdiff
path: root/universal_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'universal_parser.c')
-rw-r--r--universal_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universal_parser.c b/universal_parser.c
index a3edbb9247..2cd5c7407b 100644
--- a/universal_parser.c
+++ b/universal_parser.c
@@ -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