diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-03 09:37:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-03 09:37:21 +0000 |
commit | bd08039be6ae803dd509ca33cf404bdcdd4bae99 (patch) | |
tree | cbad43d7b5dbf356b354577a8629f934fcd0c279 /embed.fnc | |
parent | eadb07ed3f5b6ca1fbf5669326ef7159ad11e894 (diff) | |
download | perl-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.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |