summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-08 18:16:02 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-10 14:38:44 +0000
commitd8b29a3430b219e3ab3dae2947a0ff22885c1b5e (patch)
tree61f97639111bca805999c24a256a2b0b037e9c98 /regen
parent07c4c053ee9ee2dac36d7eadd6d2558d94a7a802 (diff)
downloadperl-d8b29a3430b219e3ab3dae2947a0ff22885c1b5e.tar.gz
Field :param attributes, //= and ||= default assignments
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),