re_intuit_start(): factor out some common code
authorDavid Mitchell <davem@iabyn.com>
Thu, 26 Dec 2013 20:54:08 +0000 (20:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:35 +0000 (22:39 +0000)
commitc0e0ec46b63bba8f76af7b2b923a04d38bb671f3
treeefebf0ba855f5570160092db8e6175cc4249030e
parentc4828ca064b9f0fedfefdb69a599f1c8f59fd0f6
re_intuit_start(): factor out some common code

3 assignments are done at the end of both branches of an if/else;
factor them out after the end.
regexec.c