diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-10 20:56:50 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-10 20:59:36 -0700 |
commit | 211dff67fdc23c274b7c373b1d8463c98361e11f (patch) | |
tree | 136144f17c41031a1c19ae7ed86ad81b54eb956e /embed.fnc | |
parent | 7844cc62678ae745dde249f72d1e05877caed26c (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |