regcomp.c: Have a subroutine do the work
authorKarl Williamson <public@khwilliamson.com>
Sun, 24 Jun 2012 03:25:36 +0000 (21:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 30 Jun 2012 04:22:41 +0000 (22:22 -0600)
commitc2df36c4545a01ce4682675cf3feb5a42463b03f
tree3a857f5162911eb10e4b341e63472677a01a2312
parent3e89468b103b7ba52e5b0b098b16444b3f3c9fc5
regcomp.c: Have a subroutine do the work

Since this code was originally written, the fold function has added
input flags that cause it to do the same thing this code does.  So do it
in the subroutine.
regcomp.c