summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
author卜部昌平 <[email protected]>2021-08-19 15:18:08 +0900
committer卜部昌平 <[email protected]>2021-09-10 20:00:06 +0900
commit6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1 (patch)
tree9828c44ae896b309d752920e3b8aa4b2b67d04a6 /include/ruby/encoding.h
parent3ca688aeb0506ce2cdf1c7b6f7058e0c42581b01 (diff)
forgot to delete a redundant comment
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/encoding.h')
-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);
/**