diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-03-22 20:00:26 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-05-22 08:24:18 -0600 |
commit | 8fb1bf5825ab22bcd51a46fce757a9d6bdcb710c (patch) | |
tree | c39453df8bba53359a47e7568025f19cf2b05f28 /embed.fnc | |
parent | d791f93ffabd1e893895f262d34999ccc589f7a0 (diff) | |
download | perl-8fb1bf5825ab22bcd51a46fce757a9d6bdcb710c.tar.gz |
embed.fnc: Change formal param name to match docs
This is purely so that perlapi will be accurate in this regard.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,7 @@ Anpd |bool |is_ascii_string|NN const U8 *s|STRLEN len AnpdD |STRLEN |is_utf8_char |NN const U8 *s Anpd |STRLEN |is_utf8_char_buf|NN const U8 *buf|NN const U8 *buf_end Anpd |bool |is_utf8_string |NN const U8 *s|STRLEN len -Anpdmb |bool |is_utf8_string_loc|NN const U8 *s|STRLEN len|NULLOK const U8 **p +Anpdmb |bool |is_utf8_string_loc|NN const U8 *s|STRLEN len|NULLOK const U8 **ep Anpd |bool |is_utf8_string_loclen|NN const U8 *s|STRLEN len|NULLOK const U8 **ep|NULLOK STRLEN *el ApR |bool |is_utf8_alnum |NN const U8 *p ApR |bool |is_utf8_idfirst|NN const U8 *p |