remove private flag 1 from OP_REGCOMP
authorDavid Mitchell <davem@iabyn.com>
Tue, 1 Nov 2011 13:57:50 +0000 (13:57 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:25:51 +0000 (13:25 +0100)
commit188c19101137d65e1d1aa0bc4df26a0e6287f97d
tree4816cc755909c58754bfa5fa002d20a6d4602144
parent540576b3757fd880b3435372fbd5b915e6781086
remove private flag 1 from OP_REGCOMP

When an OP_REGCOMP is hand-rolled, the op_private flags field is
set to 1. This has been so since 1993, but it is undocumented and appears
completely unused. So remove it.
op.c