pp_match: simplify pos()-getting code
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 Jul 2013 10:13:38 +0000 (11:13 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 28 Jul 2013 09:33:37 +0000 (10:33 +0100)
commit8ef97b0e2cbc807a7da236464dc71e39332d8a62
treee91d4bab51330d9263707d9630fc9312fcf4fc9d
parent03c83e260b8bf6c564b49840536ccd6f47a794ac
pp_match: simplify pos()-getting code

The previous commit removed the \G handling from pp_match; most of what's
left in that code block is redundant code that just sets curpos under all
conditions. So tidy it up.
pp_hot.c