This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unwrap the del_Xfoo() macros by explicitly noting the arena to free
authorNicholas Clark <nick@ccl4.org>
Sat, 2 Jul 2005 16:07:47 +0000 (16:07 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 2 Jul 2005 16:07:47 +0000 (16:07 +0000)
commit82bb6deb04ad3686538ac7e9262c77a8ab0aa822
tree6053f066a1c2f0ed9ce8e461977ed8c2c052b971
parentf54ba1c2cdf3a6915dd8a469c4387bc18df382fd
Unwrap the del_Xfoo() macros by explicitly noting the arena to free
the body to. This comletely eliminates the second switch statement.

p4raw-id: //depot/perl@25051
sv.c