tidy up init code in regexec() and intuit_start()
authorDavid Mitchell <davem@iabyn.com>
Fri, 31 May 2013 22:33:45 +0000 (23:33 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 2 Jun 2013 21:28:55 +0000 (22:28 +0100)
commit6c3fea77afb1df054862e697daf7fa3cb10e27f4
tree17a4a0f82b29054f0e5cd2edd8fc4be4b9f48649
parent87c1d905b4923d9903d603962f0d96171b4adaf3
tidy up init code in regexec() and intuit_start()

Slightly reorganise the set-up code in these two functions,
for example by gathering all 'reginfo->foo =' assignments into a single
block. This is just swapping the order of a few lines, and shouldn't make
any functional difference.
regexec.c