summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-08 18:15:20 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-10 14:38:44 +0000
commit311ca5baa9210d88e6008e4989d0907e2b5e4982 (patch)
tree1ccdeeaf0527c5d77a68e80f9dc751476b0f6232 /proto.h
parent054ceeebc7f6acad2772faa4fa88617c35f4a88a (diff)
downloadperl-311ca5baa9210d88e6008e4989d0907e2b5e4982.tar.gz
Parse an optional attribute list for fields; currently no attributes are defined
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 3f21defa73..15f9e9a952 100644
--- a/proto.h
+++ b/proto.h
@@ -6249,6 +6249,11 @@ Perl_class_apply_attributes(pTHX_ HV *stash, OP *attrlist);
assert(stash)
PERL_CALLCONV void
+Perl_class_apply_field_attributes(pTHX_ PADNAME *pn, OP *attrlist);
+# define PERL_ARGS_ASSERT_CLASS_APPLY_FIELD_ATTRIBUTES \
+ assert(pn)
+
+PERL_CALLCONV void
Perl_class_prepare_initfield_parse(pTHX);
# define PERL_ARGS_ASSERT_CLASS_PREPARE_INITFIELD_PARSE