summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-07-15 16:46:59 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-07-15 16:54:59 +0900
commit2d9aacf64457b87a9e9c7ced294a290c9a72626c (patch)
tree9ce704c71cbcfc6a781b75b0b42382ded83b0b85 /include
parent645616c273aa9a328ca4ed3fceac8705e2e036cd (diff)
rb_enc_casefold: does not exist
This declaration was added at commit 0ee5a49dd4ffbbb285c25fa6cba88370ce9 without its implementation. Must be a mistake.
Diffstat (limited to 'include')
-rw-r--r--include/ruby/encoding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 07e6c9a671..126f2c5c3e 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -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*);