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 (patch) | |
tree | a6a512e82b855b24d69cfef912cb8732059ae1b6 /rubyparser.h | |
parent | 5fc9810bf3a0ac6eb9964ff30b0e1060270ab597 (diff) |
Delete heredoc line mark references
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rubyparser.h b/rubyparser.h index da0be97db7..5805506831 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -1230,6 +1230,7 @@ typedef struct rb_parser_config_struct { VALUE (*hash_clear)(VALUE hash); VALUE (*hash_new)(void); VALUE (*hash_aset)(VALUE hash, VALUE key, VALUE val); + VALUE (*hash_delete)(VALUE hash, VALUE key); VALUE (*hash_lookup)(VALUE hash, VALUE key); VALUE (*ident_hash_new)(void); |