regcomp.c: Handle EXACTFU nodes in optimizer
authorKarl Williamson <public@khwilliamson.com>
Sun, 28 Nov 2010 04:16:51 +0000 (21:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Nov 2010 12:49:16 +0000 (04:49 -0800)
commit970c8436e45f2ba7c40e23a63f735480772f88fe
tree8ec3cad5e0eb5e6813f18a27693e70962920f27b
parent9ce2357ee574b9377c898a552cb981a078f1722d
regcomp.c: Handle EXACTFU nodes in optimizer

This patch also changes the optimizer to include the other member of a
fold pair in the bitmap.  Thus if 'b' is set under /i, so will 'B', and
vice versa.
regcomp.c