diff options
author | Karl Williamson <khw@cpan.org> | 2018-08-19 22:36:32 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-08-20 12:44:25 -0600 |
commit | 891fd405747731eb85d112cac6bb9d04f3425909 (patch) | |
tree | a070306178b46c671a6d676e55d68fcb981c9f01 /utf8.h | |
parent | 40606899cf45753bd7fa4ad211cc7425b43e718a (diff) | |
download | perl-891fd405747731eb85d112cac6bb9d04f3425909.tar.gz |
utf8.h: Update outmoded comment
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -776,7 +776,7 @@ represent a code point that cannot fit in a UV on the current platform. Hence this macro can give different results when run on a 64-bit word machine than on one with a 32-bit word size. -Note that it is deprecated to have code points that are larger than what can +Note that it is illegal to have code points that are larger than what can fit in an IV on the current machine. =cut |