summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-24 17:57:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-24 17:57:44 +0000
commit1724fb8e7df982f0fd79fb192e0146e474675132 (patch)
tree5d2f5553eff128d069845d924e3decc059dd58f1 /embed.pl
parent067a85ef854d787b90f02ceec6c3398c3103295b (diff)
downloadperl-1724fb8e7df982f0fd79fb192e0146e474675132.tar.gz
Missed the header file changes from #7425.
p4raw-id: //depot/perl@7426
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 6adb2751e6..1148ad1a57 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1626,7 +1626,7 @@ Ap |bool |is_uni_xdigit_lc|U32 c
Ap |U32 |to_uni_upper_lc|U32 c
Ap |U32 |to_uni_title_lc|U32 c
Ap |U32 |to_uni_lower_lc|U32 c
-Ap |int |is_utf8_char |U8 *p
+Ap |STRLEN |is_utf8_char |U8 *p
Ap |bool |is_utf8_string |U8 *s|STRLEN len
Ap |bool |is_utf8_alnum |U8 *p
Ap |bool |is_utf8_alnumc |U8 *p