summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-05 12:52:00 -0600
committerKarl Williamson <khw@cpan.org>2018-07-05 14:44:23 -0600
commitcd01d3b13ab05a0387bad6c9a81fc0452aef36e5 (patch)
treed29d2511190afc2a625d8d4e2bac6927585c37ec /utf8.h
parent8729b73508b494764dad1dac9552d6d7d1afa948 (diff)
downloadperl-cd01d3b13ab05a0387bad6c9a81fc0452aef36e5.tar.gz
utf8.h: Remove obsolete comment
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/utf8.h b/utf8.h
index 87b26d1e05..a164ee495b 100644
--- a/utf8.h
+++ b/utf8.h
@@ -752,7 +752,7 @@ case any call to string overloading updates the internal UTF-8 encoding flag.
#define UTF8_ALLOW_CONTINUATION 0x0002
#define UTF8_GOT_CONTINUATION UTF8_ALLOW_CONTINUATION
-/* Unexpected continuation byte */
+/* Unexpected non-continuation byte */
#define UTF8_ALLOW_NON_CONTINUATION 0x0004
#define UTF8_GOT_NON_CONTINUATION UTF8_ALLOW_NON_CONTINUATION
@@ -836,8 +836,7 @@ case any call to string overloading updates the internal UTF-8 encoding flag.
|UTF8_ALLOW_OVERFLOW)
/* Accept any Perl-extended UTF-8 that evaluates to any UV on the platform, but
- * not any malformed. This is the default. (Note that UVs above IV_MAX are
- * deprecated. */
+ * not any malformed. This is the default. */
#define UTF8_ALLOW_ANYUV 0
#define UTF8_ALLOW_DEFAULT UTF8_ALLOW_ANYUV