summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-09-04 21:53:08 -0600
committerKarl Williamson <public@khwilliamson.com>2013-09-04 22:53:10 -0600
commit57b0056d37c7c86d8db0e0ced8d2618311eb4457 (patch)
treea8cb36728d965484b1dfa60757541db4583bbdfd
parentc17e15dee34dae6e6d689c296022c7ab3ba40d00 (diff)
downloadperl-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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index 93e73a67c0..0bfb886f33 100644
--- a/utf8.c
+++ b/utf8.c
@@ -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)