summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-16 19:17:49 -0600
committerKarl Williamson <khw@cpan.org>2020-07-17 21:51:40 -0600
commitc41dd2c4786ebd3404e8832e1f246497e821c60b (patch)
treed0fe2a02e85f74537da995a97836542efe2b59ac
parentf71af6ba3cc86025a6cfabd657a90c6196416abc (diff)
downloadperl-c41dd2c4786ebd3404e8832e1f246497e821c60b.tar.gz
embed.fnc: utf8 foo_msgs fcns no longer experimental
I'm now comfortable that these functions that I wrote are stable, and so don't need to be marked experimental
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 6028a9d258..b0ab81e170 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2442,7 +2442,7 @@ AdMTp |UV |utf8n_to_uvchr_error|NN const U8 *s \
|NULLOK STRLEN *retlen \
|const U32 flags \
|NULLOK U32 * errors
-AxTdip |UV |utf8n_to_uvchr_msgs|NN const U8 *s \
+ATdip |UV |utf8n_to_uvchr_msgs|NN const U8 *s \
|STRLEN curlen \
|NULLOK STRLEN *retlen \
|const U32 flags \
@@ -2461,7 +2461,7 @@ CdbDp |UV |utf8n_to_uvuni|NN const U8 *s|STRLEN curlen|NULLOK STRLEN *retlen|U32
Adm |U8* |uvchr_to_utf8 |NN U8 *d|UV uv
Cp |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
Adm |U8* |uvchr_to_utf8_flags |NN U8 *d|UV uv|UV flags
-Admx |U8* |uvchr_to_utf8_flags_msgs|NN U8 *d|UV uv|UV flags|NULLOK HV ** msgs
+Adm |U8* |uvchr_to_utf8_flags_msgs|NN U8 *d|UV uv|UV flags|NULLOK HV ** msgs
CMpd |U8* |uvoffuni_to_utf8_flags |NN U8 *d|UV uv|const UV flags
Cp |U8* |uvoffuni_to_utf8_flags_msgs|NN U8 *d|UV uv|const UV flags|NULLOK HV** msgs
CdpbD |U8* |uvuni_to_utf8_flags |NN U8 *d|UV uv|UV flags