regmatch(): use nextchar where available
authorDavid Mitchell <davem@iabyn.com>
Fri, 14 Sep 2012 10:28:08 +0000 (11:28 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 26 Sep 2012 08:41:09 +0000 (09:41 +0100)
commitb9b31e9d0400a852436a6d750c074dc32b69492e
tree2ad1da5622474c75eb9f3bf18ac783288f5ce11c
parente37d7e38fe022990bbf0ce90dc77f411ebeb158a
regmatch(): use nextchar where available

In a couple of places the code was using *locinput, where
nextchar already equalled *locinput
regexec.c