This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
authorNicholas Clark <nick@ccl4.org>
Fri, 31 Oct 2008 08:55:20 +0000 (08:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 31 Oct 2008 08:55:20 +0000 (08:55 +0000)
commit159b6efe04c56d08ae56a63921b5ab3a69ac2ee9
treed48340b2de188981511861f9089de49d53b12874
parent88e52f1cd82cd6da272e85a8b52d3a27cf1db31e
Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
Can't easily do gv.h, as GvGP() (at least) needs to split into two
macros - one const for reading, one non-const for writing.

p4raw-id: //depot/perl@34679
16 files changed:
doio.c
dump.c
gv.c
handy.h
mg.c
op.c
perlio.c
pp.c
pp_ctl.c
pp_hot.c
pp_sys.c
scope.c
sv.c
universal.c
util.c
xsutils.c