This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Create SVt_INVLIST
authorKarl Williamson <public@khwilliamson.com>
Tue, 11 Jun 2013 22:57:22 +0000 (16:57 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 4 Jul 2013 01:21:19 +0000 (19:21 -0600)
This reshuffles the svtype enum to remove the dummy slot created in a
previous commit, and add the new SVt_INVLIST type in its proper order.
It still is unused, but since it is an extension of SVt_PV, it must be
greater than that type's enum value.  Since it can't be upgraded to any
other PV type, it comes right after SVt_PV.

Affected tables in the core are updated.


No differences found