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 /global.sym | |
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 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index f8c26bb216..8a1e9caa89 100644 --- a/global.sym +++ b/global.sym @@ -315,6 +315,7 @@ Perl_newSVuv Perl_newSVnv Perl_newSVpv Perl_newSVpvn +Perl_newSVpv_hek Perl_newSVpvn_share Perl_newSVpvf Perl_vnewSVpvf |