summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:24:12 -0600
committerKarl Williamson <khw@cpan.org>2020-11-22 21:13:58 -0700
commit5c27e8a20ea252ce05ec050d1c3b2117a35067b0 (patch)
tree0782477e2af4b6224c22ccd6ebd91b5249d0c800 /proto.h
parent4c29eb71ff3f0996f907fcc484a329bb673f3606 (diff)
downloadperl-5c27e8a20ea252ce05ec050d1c3b2117a35067b0.tar.gz
perlapi: Note proper rplcemnt for pad_compname_type
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 5e1be02149..e886261db4 100644
--- a/proto.h
+++ b/proto.h
@@ -2625,6 +2625,7 @@ PERL_CALLCONV void Perl_pad_block_start(pTHX_ int full);
#define PERL_ARGS_ASSERT_PAD_BLOCK_START
#ifndef NO_MATHOMS
PERL_CALLCONV HV* Perl_pad_compname_type(pTHX_ const PADOFFSET po)
+ __attribute__deprecated__
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_PAD_COMPNAME_TYPE
#endif