diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-10-13 19:21:59 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-10-14 11:08:43 +0900 |
commit | a405b28e85cc48d2be24cf7baef528f646d3b212 () | |
tree | a6a512e82b855b24d69cfef912cb8732059ae1b6 /ruby_parser.c | |
parent | 5fc9810bf3a0ac6eb9964ff30b0e1060270ab597 (diff) |
Delete heredoc line mark references
-rw-r--r-- | ruby_parser.c | 1 |
1 files changed, 1 insertions, 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->ident_hash_new = rb_ident_hash_new; config->int2fix = int2fix; |