regcomp.c: Refactor 'if' statement
authorKarl Williamson <public@khwilliamson.com>
Thu, 19 Dec 2013 05:53:46 +0000 (22:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:22 +0000 (08:27 -0700)
commitd4405284bef0786f068653135984f30606cae144
tree363007ae6cec57ad5940fdebf86f4ff765a83e57
parentf2c2a6ab6210456432884985634012f6a0b6b00f
regcomp.c: Refactor 'if' statement

This refactoring makes it clear that within a (?[]), we don't try to
optimize the [] part.  This is for clarity for the future only, as
currently the only changed behavior is if this is being compiled with /l
rules, and (?[]) generates a syntax error under /l.
regcomp.c