1
0
Fork 0
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:
卜部昌平 2021-07-15 16:46:59 +09:00
parent 645616c273
commit 2d9aacf644

View file

@ -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*);