eliminate PL_reg_maxiter, PL_reg_leftiter
authorDavid Mitchell <davem@iabyn.com>
Tue, 21 May 2013 13:49:30 +0000 (14:49 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 2 Jun 2013 21:28:53 +0000 (22:28 +0100)
commit1cb48e53e0cc9d610c1829b47f3ef0babdb62477
tree5ac6e15925f57dd36a025d0e648bc54233c12077
parent0254aed965cd47adab9025a192546e4a5e63873a
eliminate PL_reg_maxiter, PL_reg_leftiter

Move these two fields of PL_reg_state into the regmatch_info struct, so
they are local to each match.
regcomp.c
regexec.c
regexp.h