Don’t incr PL_amagic_generation in universal.c
authorFather Chrysostomos <sprout@cpan.org>
Fri, 18 May 2012 13:30:18 +0000 (06:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 01:09:25 +0000 (18:09 -0700)
commit1a71e8b8cea1268e5af2d95d4f60910d5e1eef7c
treed99615ac176d2a160ebb36fa22d05ce94808b2c2
parent08b684c92a9b7318ff7c7222d6f224eeba346f68
Don’t incr PL_amagic_generation in universal.c

In boot_core_UNIVERSAL, there is no need to increment
PL_amagic_generation to indicate that there are classes using over-
loading.  The previous commit removed the only use of it that required
it to be non-zero for overloading to work.
universal.c