summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-19 08:58:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-19 08:58:08 +0000
commitac0e6a2fd2970df72270aecb94d407fe170b43a7 (patch)
treed8b04099761e9ec4c10f6d39c5d2435b45f3bf50 /proto.h
parentb01e650a9b9106d610923bb01ce97b6e191ca8ed (diff)
downloadperl-ac0e6a2fd2970df72270aecb94d407fe170b43a7.tar.gz
Upgrade to version.pm 0.71, by John Peacock
p4raw-id: //depot/perl@30629
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 25dc06ae7f..54c98f4262 100644
--- a/proto.h
+++ b/proto.h
@@ -1674,7 +1674,7 @@ PERL_CALLCONV const char* Perl_scan_version(pTHX_ const char *vstr, SV *sv, bool
PERL_CALLCONV SV* Perl_new_version(pTHX_ SV *ver)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver)
+PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver, bool qv)
__attribute__nonnull__(pTHX_1);
PERL_CALLCONV bool Perl_vverify(pTHX_ SV *vs)