This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Remove obsolete comment
authorKarl Williamson <khw@cpan.org>
Thu, 5 Jul 2018 18:52:00 +0000 (12:52 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jul 2018 20:44:23 +0000 (14:44 -0600)
utf8.h

diff --git a/utf8.h b/utf8.h
index 87b26d1..a164ee4 100644 (file)
--- 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