handy.h: Add an enum typedef
authorKarl Williamson <public@khwilliamson.com>
Fri, 7 Dec 2012 04:01:29 +0000 (21:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 19:08:28 +0000 (12:08 -0700)
commit3a371f2f46da7e5b93de3a1d3cccc9cf99d52c36
treebaec5784a1d6f03ffaf678acb6faf3f194dc6c15
parent1709d539eca0df213028ca1f93c428df8a018f0e
handy.h: Add an enum typedef

This creates a copy of all the Posix character class numbers and puts
them in an enum.  This enum is for internal Perl core use only, and is
used so hopefully compilers can generate better code from future commits
that will make use of it.
handy.h