regcomp.c: Simplify expression
authorKarl Williamson <public@khwilliamson.com>
Tue, 14 Jan 2014 19:47:53 +0000 (12:47 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 22 Jan 2014 18:45:58 +0000 (11:45 -0700)
commitc4eee583d9b942cc468ceba61756b62fad7d5979
treed1bf067ed06992ff29b9f5a4e7b7a3d9184ce81c
parentf637182ba9315628e0305e617836b65c7a7c7cbc
regcomp.c: Simplify expression

The previous commit has allowed us to remove the separate test for LOC,
and to replace the one for FOLD by ANYOF_LOC_FOLD.  The flags being
tested here can't be true unless LOC is also true, so testing for it is
superfluous.
regcomp.c