re_intuit_start(): simplify the /^.../m condition
authorDavid Mitchell <davem@iabyn.com>
Tue, 4 Feb 2014 21:01:58 +0000 (21:01 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:22 +0000 (13:50 +0000)
commita71a26b9d7ab2e06dbec23ea8c1c1fa2d20af3f2
tree9e13a69f95be5de8c151935ac56ef292113957aa
parenta62659bdb6d0383ab3e9845a2b5979b9ba85ef15
re_intuit_start(): simplify the /^.../m condition

The commit-but-last merged two conditions into a single messy one; now
simplify it.
Note that in the case of /.*.../, which sets MBOL and IMPLICIT,
we should never arrive with strpos != rx_origin, since the .* forces
the origin as far back as it will go.
regexec.c