summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2004-04-06 17:56:19 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-04-07 08:00:07 +0000
commitb9381830ea61ec067aab6d500e359e6a80e285b6 (patch)
tree00bd740237c0cd7f92b34436e00b3abc25ff339f /proto.h
parente3c9a8b9e0e8ab67833a50cc3f37939286b04437 (diff)
downloadperl-b9381830ea61ec067aab6d500e359e6a80e285b6.tar.gz
Bleadperl to version 0.37
Message-ID: <40735FC3.5010305@rowman.com> p4raw-id: //depot/perl@22668
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 8825c091a3..ec2cdb75ab 100644
--- a/proto.h
+++ b/proto.h
@@ -518,6 +518,7 @@ PERL_CALLCONV char* Perl_scan_version(pTHX_ char *vstr, SV *sv, bool qv);
PERL_CALLCONV SV* Perl_new_version(pTHX_ SV *ver);
PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver);
PERL_CALLCONV SV* Perl_vnumify(pTHX_ SV *vs);
+PERL_CALLCONV SV* Perl_vnormal(pTHX_ SV *vs);
PERL_CALLCONV SV* Perl_vstringify(pTHX_ SV *vs);
PERL_CALLCONV int Perl_vcmp(pTHX_ SV *lvs, SV *rvs);
PERL_CALLCONV PerlIO* Perl_nextargv(pTHX_ GV* gv);