summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-03-22 20:00:26 -0600
committerKarl Williamson <public@khwilliamson.com>2012-05-22 08:24:18 -0600
commit8fb1bf5825ab22bcd51a46fce757a9d6bdcb710c (patch)
treec39453df8bba53359a47e7568025f19cf2b05f28 /embed.fnc
parentd791f93ffabd1e893895f262d34999ccc589f7a0 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 0d509f16ec..211ed0bdd6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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