mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Delete heredoc line mark references
This commit is contained in:
parent
5fc9810bf3
commit
a405b28e85
5 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue