This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404dce5
)
sv.c: fix comment typo added by ce2077b184
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 1 Dec 2011 07:20:10 +0000
(23:20 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 1 Dec 2011 07:20:10 +0000
(23:20 -0800)
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
70a912c
..
8fc177e
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-3645,7
+3645,7
@@
S_glob_assign_glob(pTHX_ SV *const dstr, SV *const sstr, const int dtype)
}
SvUPGRADE(dstr, SVt_PVGV);
(void)SvOK_off(dstr);
- /* We have to turn this on here
(
even though we turn it off
+ /* We have to turn this on here
,
even though we turn it off
below, as GvSTASH will fail an assertion otherwise. */
isGV_with_GP_on(dstr);
}