re_intuit_start(): use different var for tmp value
authorDavid Mitchell <davem@iabyn.com>
Fri, 24 Jan 2014 14:41:56 +0000 (14:41 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:37 +0000 (22:39 +0000)
commitc8f4a6d6f25ded20e112abff39b18a562181d45b
tree27ece5f66d41c11220240011c844f9add24ef699
parent9ed4de728a2928516237f71036b7c7d1e1aca3f4
re_intuit_start(): use different var for tmp value

Make the anchored branch more similar to the floating branch by using s to
hold the start position for fbm rather than t.  Should be functionally
equivalent.

Note that on failure in the anchored branch, we leave with t holding a
different value than before, but it shouldn't matter, since the value of t
is only used in the success case.
regexec.c