mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove rb_enc_associate for Parser
This commit is contained in:
parent
2556a975c7
commit
23c4ac9559
Notes:
git
2025-02-15 06:37:26 +00:00
3 changed files with 0 additions and 9 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue