This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
authorNicholas Clark <nick@ccl4.org>
Fri, 14 Apr 2006 20:44:27 +0000 (20:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 14 Apr 2006 20:44:27 +0000 (20:44 +0000)
commit68da3b2f7c7c528e65bc6efc19ca01bacb8f7f98
tree69e75b823ed74c9fcf43ef268af644b5559ec913
parent92c6daad83acab71abd7df8769e308064578da8e
Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
save the warnings on PL_compiling, so constraining its use to what we
can test seems to make sense. Particularly as testing Perl_ss_dup is
tricky.

p4raw-id: //depot/perl@27805
op.c
pp_ctl.c
scope.c
scope.h
sv.c