summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1999-01-24 03:45:32 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-02-14 09:57:29 +0000
commit1fa8b10d8c0f0780dab42b408cc071b5f7ee992b (patch)
tree79dec658b5a91fedbc68e28af30e38f5bb86f7a5 /proto.h
parent4afa425f54235784726a05dc06169d071f280d7a (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 903d78b675..1a364301b1 100644
--- a/proto.h
+++ b/proto.h
@@ -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));