diff options
author | S-H-GAMELINKS <[email protected]> | 2025-02-08 12:44:14 +0900 |
---|---|---|
committer | Yudai Takada <[email protected]> | 2025-02-15 15:37:09 +0900 |
commit | 23c4ac9559a05d7be4534d8e552d8dc95e272867 () | |
tree | 049d961543c43b6456127509fe4594aac2430838 /rubyparser.h | |
parent | 2556a975c7bcf9eead469a655e5d42aef06116c9 (diff) |
Remove rb_enc_associate for Parser
Notes: Merged: https://.com/ruby/ruby/pull/12715
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1286,7 +1286,6 @@ typedef struct rb_parser_config_struct { rb_encoding* (*enc_get)(VALUE obj); int (*enc_asciicompat)(rb_encoding *enc); rb_encoding *(*utf8_encoding)(void); - VALUE (*enc_associate)(VALUE obj, rb_encoding *enc); rb_encoding *(*ascii8bit_encoding)(void); int (*enc_codelen)(int c, rb_encoding *enc); int (*enc_mbcput)(unsigned int c, void *buf, rb_encoding *enc); |