summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2004-02-01 16:10:07 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-03 20:33:02 +0000
commit137d6fc09ef3595c225f4474cf527a89e2099776 (patch)
treeb64819d95aa36ef24ee9797d3d45e6f54caed400 /proto.h
parent59f00321bbc2d04656a65e0e9ccbbd93a8708e71 (diff)
downloadperl-137d6fc09ef3595c225f4474cf527a89e2099776.tar.gz
was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
Message-ID: <401DB17F.5060808@rowman.com> p4raw-id: //depot/perl@22264
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index ee315bf863..8f3a2e0447 100644
--- a/proto.h
+++ b/proto.h
@@ -514,7 +514,7 @@ PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, I
PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems);
PERL_CALLCONV char* Perl_scan_vstring(pTHX_ char *vstr, SV *sv);
-PERL_CALLCONV char* Perl_scan_version(pTHX_ char *vstr, SV *sv);
+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);