regexec.c: Fix /a complements
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Jan 2011 23:01:11 +0000 (16:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 18 Jan 2011 23:35:15 +0000 (16:35 -0700)
commit8e9da4d422fd1fb3711b88105d4e58f6b8f88877
tree9d0dc85134dc1c7f4d6a4c7afefecd09f977efd7
parentb57e41186b2ceb48bef4f0588dcd19e105cc8a38
regexec.c: Fix /a complements

This showed up only on some systems in the current test suite, but processing
eg, \D has to care about the target string being utf8.
regexec.c