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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -965,3 +965,5 @@ VIRTUAL void do_pmop_dump _((I32 level, PerlIO *file, PMOP *pm)); VIRTUAL void do_sv_dump _((I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim)); VIRTUAL void magic_dump _((MAGIC *mg)); VIRTUAL void reginitcolors _((void)); +VIRTUAL char* sv_2pv_nolen _((SV* sv)); +VIRTUAL char* sv_pv _((SV *sv)); |