regcomp.c: Rmv remaining uses of PL_Posix_ptrs
authorKarl Williamson <public@khwilliamson.com>
Mon, 6 Jan 2014 18:41:53 +0000 (11:41 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 21:05:44 +0000 (14:05 -0700)
commit29ca8f073d74e5cccac3d571de4152e0427fd70d
treec86416ab957fc280631d878ba774f286131fafba
parent2463e5515e3e98f8fc2d854f3fc8422cba64ebdd
regcomp.c: Rmv remaining uses of PL_Posix_ptrs

Previous commits have removed all but a few uses of PL_Posix_ptrs.  This
removes the rest.  ASCII is the same whether over all code points, or
just the ASCII range, so we can substitute the version for all code
points.  There is an extra intersection introduced by this commit during
the construction of a synthetic start class under /a and /aa, but the
performance hit should be negligible.
regcomp.c