summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-01-10 20:56:50 -0700
committerKarl Williamson <public@khwilliamson.com>2011-01-10 20:59:36 -0700
commit211dff67fdc23c274b7c373b1d8463c98361e11f (patch)
tree136144f17c41031a1c19ae7ed86ad81b54eb956e /embed.fnc
parent7844cc62678ae745dde249f72d1e05877caed26c (diff)
downloadperl-211dff67fdc23c274b7c373b1d8463c98361e11f.tar.gz
embed.fnc: Silence 'no docs' message
I mistakenly added the 'd' flag to the entry for check_utf8_print().
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 3a4774c590..1b97c0bcfa 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1314,7 +1314,7 @@ ApMd |U8* |bytes_from_utf8|NN const U8 *s|NN STRLEN *len|NULLOK bool *is_utf8
ApMd |U8* |bytes_to_utf8 |NN const U8 *s|NN STRLEN *len
Apd |UV |utf8_to_uvchr |NN const U8 *s|NULLOK STRLEN *retlen
Apd |UV |utf8_to_uvuni |NN const U8 *s|NULLOK STRLEN *retlen
-pMd |bool |check_utf8_print |NN const U8 *s|const STRLEN len
+pM |bool |check_utf8_print |NN const U8 *s|const STRLEN len
#ifdef EBCDIC
Adp |UV |utf8n_to_uvchr |NN const U8 *s|STRLEN curlen|NULLOK STRLEN *retlen|U32 flags