summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h
index a4ec0da86f..6a8a871e82 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -133,6 +133,7 @@ PERL_CALLCONV OP *Perl_pp_i_ne(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_i_negate(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_i_subtract(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_index(pTHX) __attribute__visibility__("hidden");
+PERL_CALLCONV OP *Perl_pp_initfield(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_int(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_introcv(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_ioctl(pTHX) __attribute__visibility__("hidden");