pp_match(): factor out some common code
authorDavid Mitchell <davem@iabyn.com>
Sun, 16 Jun 2013 13:27:19 +0000 (14:27 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 28 Jul 2013 09:33:34 +0000 (10:33 +0100)
commit35c2ccc3622d24a74f5495c7d0c3b2f68089d207
tree6b9e90818db526f1486e97f77f0ecab56bb0211b
parent4d2e8fb573b7e5488f92e2fcdad09d15b54e35c3
pp_match(): factor out some common code

Some identical code is used in two separate branches to set pos()
after a successful match. Hoist the common code to above the branch.
pp_hot.c