In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f0bb87ff23759a68400cea2b5cca249af1f69725?hp=ca82605123510c943557b181da9bd0ddd3313665>
- Log ----------------------------------------------------------------- commit f0bb87ff23759a68400cea2b5cca249af1f69725 Author: Father Chrysostomos <[email protected]> Date: Mon Sep 24 09:36:11 2012 -0700 Fix C++ build ----------------------------------------------------------------------- Summary of changes: sv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sv.c b/sv.c index 6f65062..f63ab8d 100644 --- a/sv.c +++ b/sv.c @@ -8740,7 +8740,7 @@ Perl_sv_resetpvn(pTHX_ const char *s, STRLEN len, HV * const stash) { dVAR; char todo[PERL_UCHAR_MAX+1]; - char *send; + const char *send; if (!stash) return; -- Perl5 Master Repository
