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:
300ca74
)
sv.h: Clarify comment
author
Karl Williamson
<khw@cpan.org>
Thu, 27 Aug 2020 21:33:58 +0000
(15:33 -0600)
committer
Karl Williamson
<khw@cpan.org>
Wed, 2 Sep 2020 00:16:47 +0000
(18:16 -0600)
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
59ef698
..
c276243
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-1287,7
+1287,7
@@
object type. Exposed to perl code via Internals::SvREADONLY().
#ifndef PERL_POISON
/* Given that these two are new, there can't be any existing code using them
- * as LVALUEs */
+ * as LVALUEs
, so prevent that from happening
*/
# define SvPVX_mutable(sv) (0 + (sv)->sv_u.svu_pv)
# define SvPVX_const(sv) ((const char*)(0 + (sv)->sv_u.svu_pv))
#else