re_intuit_start(): eliminate debug-only var
authorDavid Mitchell <davem@iabyn.com>
Mon, 10 Feb 2014 19:56:08 +0000 (19:56 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 16 Mar 2014 18:03:49 +0000 (18:03 +0000)
commit7f376a02026c0a17e986a7322a0ea03b78ce76b3
treeedaa913193d51a11cc2d46b8b4d1bfdf2a29b94d
parent5f9c657526f7ba9e5102768312d28624f912b731
re_intuit_start(): eliminate debug-only var

'what' is only defined and assigned to in debugging builds.
Just calculate the value on the fly instead when printing debugging
output. Makes the code less messy.
regexec.c