diff options
author | Jan Dubois <jand@activestate.com> | 1999-01-24 03:45:32 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-14 09:57:29 +0000 |
commit | 1fa8b10d8c0f0780dab42b408cc071b5f7ee992b (patch) | |
tree | 79dec658b5a91fedbc68e28af30e38f5bb86f7a5 /global.sym | |
parent | 4afa425f54235784726a05dc06169d071f280d7a (diff) | |
download | perl-1fa8b10d8c0f0780dab42b408cc071b5f7ee992b.tar.gz |
provide SvPV_nolen(sv) to avoid use of PL_na
Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
p4raw-id: //depot/perl@2912
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 7295be6a9f..e49afc7e2b 100644 --- a/global.sym +++ b/global.sym @@ -516,6 +516,7 @@ sv_2iv sv_2mortal sv_2nv sv_2pv +sv_2pv_nolen sv_2uv sv_add_arena sv_backoff @@ -559,6 +560,7 @@ sv_newmortal sv_newref sv_nv sv_peek +sv_pv sv_pvn sv_pvn_force sv_ref |