aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-08-19 15:18:08 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1 (patch)
tree9828c44ae896b309d752920e3b8aa4b2b67d04a6 /include/ruby
parent3ca688aeb0506ce2cdf1c7b6f7058e0c42581b01 (diff)
downloadruby-6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1.tar.gz
forgot to delete a redundant comment
Diffstat (limited to 'include/ruby')
-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 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);
/**