diff options
author | yui-knk <[email protected]> | 2024-08-26 23:01:54 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-08-27 09:59:43 +0900 |
commit | 52c4d0e04825071044fa3b3062371a356924044c () | |
tree | 6aafbd8cc8942b1458898089e2fd3ec137ab486a /rubyparser.h | |
parent | e5295644c983c909fbdad48c2cdfbdcbf4067102 (diff) |
Remove `enc_coderange_broken` field from `struct rb_parser_config_struct`
It has not been used since fcc55dc2261b4c61da711c10a5476d05d4391eca.
Notes: Merged: https://.com/ruby/ruby/pull/11464
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1247,7 +1247,6 @@ typedef struct rb_parser_config_struct { rb_encoding *(*enc_from_index)(int idx); int (*enc_isspace)(OnigCodePoint c, rb_encoding *enc); rb_encoding *(*usascii_encoding)(void); - int enc_coderange_broken; 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); |