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 07f5366864..83516cdf66 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -134,6 +134,7 @@ 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");
PERL_CALLCONV OP *Perl_pp_is_bool(pTHX) __attribute__visibility__("hidden");
+PERL_CALLCONV OP *Perl_pp_is_tainted(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_is_weak(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_isa(pTHX) __attribute__visibility__("hidden");
PERL_CALLCONV OP *Perl_pp_iter(pTHX) __attribute__visibility__("hidden");