Delete heredoc line mark references

This commit is contained in:
Nobuyoshi Nakada 2023-10-13 19:21:59 +09:00
parent 5fc9810bf3
commit a405b28e85
5 changed files with 12 additions and 0 deletions

View file

@ -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;