summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-24 09:36:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-24 09:36:11 -0700
commitf0bb87ff23759a68400cea2b5cca249af1f69725 (patch)
tree79c476f76ab42141290e05bc24218225d3c238b6 /sv.c
parentca82605123510c943557b181da9bd0ddd3313665 (diff)
downloadperl-f0bb87ff23759a68400cea2b5cca249af1f69725.tar.gz
Fix C++ build
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 6f65062fb2..f63ab8d197 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;