regcomp.c: Optimizer wrongly turning off bit
authorKarl Williamson <public@khwilliamson.com>
Sun, 14 Nov 2010 17:32:28 +0000 (10:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:53 +0000 (13:32 -0800)
commit3e81b2d9f833beb8b7ae28a3f7a705f3232409bd
tree26facb3a93639af1daa5aeb92ebd75e22e793b91
parent9826f54371c5a7143a609971a843ee096e036fbf
regcomp.c: Optimizer wrongly turning off bit

ANYOF_UNICODE_ALL and ANYOF_NONBITMAP are not mutually exclusive, so
there is no need for the optimizer to make them so.
regcomp.c