summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-03 10:03:21 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-03 10:03:21 +0000
commitc1b02ed82fa9b8892ce2668d35b6825f1fd3fb59 (patch)
tree2de8668b57d1c07c8e7059c977960782168ef0ba /embed.fnc
parent5606037a82e809852286802f500ce7001dd9d105 (diff)
downloadperl-c1b02ed82fa9b8892ce2668d35b6825f1fd3fb59.tar.gz
s/newSVpv_hek/newSVhek/g; # Lousy choice of name
p4raw-id: //depot/perl@24696
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 edffcf8e3a..c3ff3d399e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -533,7 +533,7 @@ Apda |SV* |newSVuv |UV u
Apda |SV* |newSVnv |NV n
Apda |SV* |newSVpv |const char* s|STRLEN len
Apda |SV* |newSVpvn |const char* s|STRLEN len
-Apda |SV* |newSVpv_hek |const HEK *hek
+Apda |SV* |newSVhek |const HEK *hek
Apda |SV* |newSVpvn_share |const char* s|I32 len|U32 hash
Afpda |SV* |newSVpvf |const char* pat|...
Ap |SV* |vnewSVpvf |const char* pat|va_list* args