This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove or downgrade unnecessary dVAR.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Jun 2014 11:01:34 +0000 (07:01 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 25 Jun 2014 10:42:58 +0000 (06:42 -0400)
commit20b7effb9761caf5aee8475b6a6d731b40c80cd7
tree21daa8d7a8d91dd62ad42ceefe7027787d7ceaf5
parent51f14a05690a52120145e5118962964658734217
Remove or downgrade unnecessary dVAR.

You need to configure with g++ *and* -Accflags=-DPERL_GLOBAL_STRUCT
or -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE to see any difference.
(g++ does not do the "post-annotation" form of "unused".)

The version code has some of these issues, reported upstream.
37 files changed:
av.c
caretx.c
deb.c
doio.c
doop.c
dump.c
gv.c
hv.c
keywords.c
keywords.h
locale.c
mathoms.c
mg.c
mro.c
numeric.c
op.c
pad.c
perl.c
perlio.c
perly.c
pp.c
pp_ctl.c
pp_hot.c
pp_pack.c
pp_sort.c
pp_sys.c
regcomp.c
regen/keywords.pl
regexec.c
run.c
scope.c
sv.c
taint.c
toke.c
universal.c
utf8.c
util.c