mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rb_enc_casefold: does not exist
This declaration was added at commit 0ee5a49dd4
without its implementation. Must be a mistake.
This commit is contained in:
parent
645616c273
commit
2d9aacf644
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ rb_enc_asciicompat_inline(rb_encoding *enc)
|
|||
}
|
||||
#define rb_enc_asciicompat(enc) rb_enc_asciicompat_inline(enc)
|
||||
|
||||
int rb_enc_casefold(char *to, const char *p, const char *e, rb_encoding *enc);
|
||||
CONSTFUNC(int rb_enc_toupper(int c, rb_encoding *enc));
|
||||
CONSTFUNC(int rb_enc_tolower(int c, rb_encoding *enc));
|
||||
ID rb_intern3(const char*, long, rb_encoding*);
|
||||
|
|
Loading…
Add table
Reference in a new issue