diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-09-04 21:53:08 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-09-04 22:53:10 -0600 |
commit | 57b0056d37c7c86d8db0e0ced8d2618311eb4457 (patch) | |
tree | a8cb36728d965484b1dfa60757541db4583bbdfd | |
parent | c17e15dee34dae6e6d689c296022c7ab3ba40d00 (diff) | |
download | perl-57b0056d37c7c86d8db0e0ced8d2618311eb4457.tar.gz |
perlapi: Remove newly obsolete statement
Since commit 010ab96b9b802bbf77168b5af384569e053cdb63, this function is
now longer a wrapper, so shouldn't be described as such.
-rw-r--r-- | utf8.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -967,8 +967,7 @@ Perl_utf8_to_uvchr_buf(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen) /* Like L</utf8_to_uvchr_buf>(), but should only be called when it is known that * there are no malformations in the input UTF-8 string C<s>. surrogates, - * non-character code points, and non-Unicode code points are allowed. A macro - * in utf8.h is used to normally avoid this function wrapper */ + * non-character code points, and non-Unicode code points are allowed. */ UV Perl_valid_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN *retlen) |