summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 20f3654d43..acfdfea912 100644
--- a/embed.h
+++ b/embed.h
@@ -1976,6 +1976,7 @@
defined(PERL_IN_PERLY_C) || defined(PERL_IN_TOKE_C)
# define class_add_ADJUST(a,b) Perl_class_add_ADJUST(aTHX_ a,b)
# define class_add_field(a,b) Perl_class_add_field(aTHX_ a,b)
+# define class_apply_attributes(a,b) Perl_class_apply_attributes(aTHX_ a,b)
# define class_prepare_method_parse(a) Perl_class_prepare_method_parse(aTHX_ a)
# define class_seal_stash(a) Perl_class_seal_stash(aTHX_ a)
# define class_setup_stash(a) Perl_class_setup_stash(aTHX_ a)