summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-03 09:37:21 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-03 09:37:21 +0000
commitbd08039be6ae803dd509ca33cf404bdcdd4bae99 (patch)
treecbad43d7b5dbf356b354577a8629f934fcd0c279 /embed.fnc
parenteadb07ed3f5b6ca1fbf5669326ef7159ad11e894 (diff)
downloadperl-bd08039be6ae803dd509ca33cf404bdcdd4bae99.tar.gz
Create newSVpv_hek to reduce code duplication where HEKs need to be
turned into SVs p4raw-id: //depot/perl@24692
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 5c6c8e8c22..edffcf8e3a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -533,6 +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* |newSVpvn_share |const char* s|I32 len|U32 hash
Afpda |SV* |newSVpvf |const char* pat|...
Ap |SV* |vnewSVpvf |const char* pat|va_list* args