re_intuit_start(): give "other" block it's own 's'
authorDavid Mitchell <davem@iabyn.com>
Tue, 4 Feb 2014 19:08:40 +0000 (19:08 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:11 +0000 (13:50 +0000)
commitf20d3862dc84aaf2aa255aa518181aeb4414aa51
treefac029a72a26ac225d5eb398c8431d6406cac11d
parentae5d43317d751da01fa83c961025a54690ae61cd
re_intuit_start(): give "other" block it's own 's'

There's an 's' var global to the whole function; but give the "other
substr" code block its own local 's' var, since its only used as a tmp
var, not to pass values to or from the block. Eventually we'll remove the
global 's' altogether.
regexec.c