[前][次][番号順一覧][スレッド一覧]

ruby-changes:67837

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:33 +0900 (JST)
Subject: [ruby-changes:67837] 6e8e2b467b (master): forgot to delete a redundant comment

https://git.ruby-lang.org/ruby.git/commit/?id=6e8e2b467b

From 6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
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(-)

diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 414c37d..95cf74a 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); https://github.com/ruby/ruby/blob/trunk/include/ruby/encoding.h#L946
  * @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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]