summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-10-13 19:21:59 +0900
committerNobuyoshi Nakada <[email protected]>2023-10-14 11:08:43 +0900
commita405b28e85cc48d2be24cf7baef528f646d3b212 (patch)
treea6a512e82b855b24d69cfef912cb8732059ae1b6 /rubyparser.h
parent5fc9810bf3a0ac6eb9964ff30b0e1060270ab597 (diff)
Delete heredoc line mark references
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h1
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);