From 6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Thu, 19 Aug 2021 15:18:08 +0900 Subject: forgot to delete a redundant comment --- include/ruby/encoding.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 414c37dca3..95cf74a3b8 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -946,7 +946,6 @@ int rb_enc_precise_mbclen(const char *p, const char *e, rb_encoding *enc); * @retval otherwise A code point of the character at `p`. * @post `len` (if set) is the number of bytes of `p`. */ -/* -> 0x00..0x7f, -1 */ int rb_enc_ascget(const char *p, const char *e, int *len, rb_encoding *enc); /** -- cgit v1.2.3