regcomp.c: Change start class init for /l
authorKarl Williamson <public@khwilliamson.com>
Tue, 8 Mar 2011 22:28:05 +0000 (15:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Mar 2011 06:22:15 +0000 (23:22 -0700)
commitcf34198ebe3dd876d67c10caa9acf491ad2a0c51
tree0e8affd3784170710e2c69ff2c15afa6ce37040e
parent58b5ba03346c70dc37751766fe464485278999a8
regcomp.c: Change start class init for /l

Before /l was added, locale only applied to regular expressions as a
whole.  Now it can be subsections, so the flag for allowing it
should be treated as any other flag.
regcomp.c