summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-13 19:21:59 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-14 11:08:43 +0900
commita405b28e85cc48d2be24cf7baef528f646d3b212 (patch)
treea6a512e82b855b24d69cfef912cb8732059ae1b6 /ruby_parser.c
parent5fc9810bf3a0ac6eb9964ff30b0e1060270ab597 (diff)
Delete heredoc line mark references
Diffstat (limited to 'ruby_parser.c')
-rw-r--r--ruby_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby_parser.c b/ruby_parser.c
index 4ae92effb4..ba2c1e5d69 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -618,6 +618,7 @@ rb_parser_config_initialize(rb_parser_config_t *config)
config->hash_new = rb_hash_new;
config->hash_aset = rb_hash_aset;
config->hash_lookup = rb_hash_lookup;
+ config->hash_delete = rb_hash_delete;
config->ident_hash_new = rb_ident_hash_new;
config->int2fix = int2fix;