re_intuit_start(): simplify fixed offset_max code
authorDavid Mitchell <davem@iabyn.com>
Mon, 20 Jan 2014 16:51:31 +0000 (16:51 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:37 +0000 (22:39 +0000)
commit77656d5b86e99eeb0982f03692a736d0ff042d7a
tree9b3c89374c51f38f941525a3b112a70af43e8755
parent771fc32622d75aaefb18fdd53801583065987f76
re_intuit_start(): simplify fixed offset_max code

Since we now assert that all offsets are non-negative, this code can
be simplified a bit. Also, by using HOP3lim() rather than HOP3(), we can
remove a trailing conditional.
regexec.c