re_intuit_start(): localise t
authorDavid Mitchell <davem@iabyn.com>
Tue, 4 Feb 2014 18:52:08 +0000 (18:52 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:10 +0000 (13:50 +0000)
commit0991020e5a555079245eea9e1893501593587c8a
tree6b0f76e39d12da3fb0f676b841bda53f34f3fb25
parentacba93e826abe70ba59f9af9bbc24846c22aeb66
re_intuit_start(): localise t

The function-wide variable t is now only used locally within two
separate blocks, so remove the outer declaration and add two inner
declarations.
regexec.c