summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
Diffstat (limited to 'regen')
-rw-r--r--regen/op_private4
1 files changed, 4 insertions, 0 deletions
diff --git a/regen/op_private b/regen/op_private
index 54ef8ddac9..64effe496b 100644
--- a/regen/op_private
+++ b/regen/op_private
@@ -876,6 +876,10 @@ addbits('helemexistsor',
7 => qw(OPpHELEMEXISTSOR_DELETE DELETE),
);
+addbits('methstart',
+ 7 => qw(OPpINITFIELDS INITFIELDS),
+);
+
addbits('initfield',
1 => qw(OPpINITFIELD_AV INITFIELD_AV),
2 => qw(OPpINITFIELD_HV INITFIELD_HV),