summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorInaba Hiroto <inaba@st.rim.or.jp>2000-12-10 03:02:00 +0900
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-09 21:51:16 +0000
commitc3654f1afb5dff5b62753314bd22e2270ff9f009 (patch)
treeee63ce0958fe7b4c7ab15fab34fa806e3714c2c7 /embed.pl
parentcb3e09590bdc6f7bb084eeb2305484eacc1a5cff (diff)
downloadperl-c3654f1afb5dff5b62753314bd22e2270ff9f009.tar.gz
Additional patch for UTF8-keys (Re: perl@8016)
Message-ID: <3A31F508.34F4BB23@st.rim.or.jp> exists() didn't work for UTF-8 keys, and neither did shared hash keys. p4raw-id: //depot/perl@8056
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 35b714f659..d441c4b52b 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1801,7 +1801,7 @@ Apd |SV* |newSVuv |UV u
Apd |SV* |newSVnv |NV n
Apd |SV* |newSVpv |const char* s|STRLEN len
Apd |SV* |newSVpvn |const char* s|STRLEN len
-Apd |SV* |newSVpvn_share |const char* s|STRLEN len|U32 hash
+Apd |SV* |newSVpvn_share |const char* s|I32 len|U32 hash
Afpd |SV* |newSVpvf |const char* pat|...
Ap |SV* |vnewSVpvf |const char* pat|va_list* args
Apd |SV* |newSVrv |SV* rv|const char* classname