diff options
author | S-H-GAMELINKS <[email protected]> | 2025-01-27 23:41:46 +0900 |
---|---|---|
committer | Yudai Takada <[email protected]> | 2025-01-28 18:22:35 +0900 |
commit | baf22a057887ec9e3a03203f607029f2517ae758 () | |
tree | 100d116fb9854cd08845d6991516b09fc1f2c367 /rubyparser.h | |
parent | 50e34fd7683ff77fae8c822096c8bf5f3ca12402 (diff) |
Remove rb_usascii_encoding for Parser
Notes: Merged: https://.com/ruby/ruby/pull/12643
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1293,7 +1293,6 @@ typedef struct rb_parser_config_struct { int (*enc_find_index)(const char *name); rb_encoding *(*enc_from_index)(int idx); int (*enc_isspace)(OnigCodePoint c, rb_encoding *enc); - rb_encoding *(*usascii_encoding)(void); int (*enc_mbminlen)(rb_encoding *enc); bool (*enc_isascii)(OnigCodePoint c, rb_encoding *enc); OnigCodePoint (*enc_mbc_to_codepoint)(const char *p, const char *e, rb_encoding *enc); |