Skip to content

Commit

Permalink
rb_enc_casefold: does not exist
Browse files Browse the repository at this point in the history
This declaration was added at commit 0ee5a49
without its implementation.  Must be a mistake.
  • Loading branch information
shyouhei committed Jul 15, 2021
1 parent 645616c commit 2d9aacf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ruby/encoding.h
Expand Up @@ -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*);
Expand Down

0 comments on commit 2d9aacf

Please sign in to comment.