diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-29 21:24:54 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-29 21:24:54 +0000 |
commit | d45f5b305b44dff90b4efbdafe64d7e925c4f263 (patch) | |
tree | e89047748754378149dced1815b42430bede12f0 /op.c | |
parent | 21887892fe1643d3535b08fa503112a3fcf67aa3 (diff) | |
download | perl-d45f5b305b44dff90b4efbdafe64d7e925c4f263.tar.gz |
Perl_cv_const_sv() takes a const CV *const cv argument.
p4raw-id: //depot/perl@34645
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5385,7 +5385,7 @@ L<perlsub/"Constant Functions">. =cut */ SV * -Perl_cv_const_sv(pTHX_ CV *cv) +Perl_cv_const_sv(pTHX_ const CV *const cv) { PERL_UNUSED_CONTEXT; if (!cv) |