regcomp.c: Synthetic start class should include ord >255 folds
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Feb 2011 04:48:55 +0000 (21:48 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:36 +0000 (08:41 -0700)
commitd18bf9dc360d179168ae3b6311b5d69480eef4f2
tree18fa4952def42fcb9fa220d2e00ec995ee34ebd6
parent33e4950cb5482d2816edbeee1e59d4323dba498c
regcomp.c: Synthetic start class should include ord >255 folds

Some characters above 255 fold to the < 256 range.  These need to be in
the synthetic start class so the optimizer won't reject them.

This is temporary code which creates false positives, to be
replaced by more precise matching later.
regcomp.c