re_intuit_start(): simplify ml_anch evaluation
authorDavid Mitchell <davem@iabyn.com>
Fri, 27 Dec 2013 23:23:12 +0000 (23:23 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:36 +0000 (22:39 +0000)
commit274cd3128fde00ccd4e3559d72655d1677eaa5c2
tree4591f5d8aff1d6b0a84a61f55a0efcc5a30929f1
parent8c33f5791c84c28e0c64bfa1457088a1547250b9
re_intuit_start(): simplify ml_anch evaluation

rather than enumerating all the anchor flag combos where ml_anch *isn't*
true, enumerate the flags for which is *is* true. This is slighly simpler
logic, and involves once less negation, which makes it easier to
understand.
regexec.c