summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 12:51:44 -0600
committerKarl Williamson <khw@cpan.org>2020-11-11 09:18:12 -0700
commit55d39ade3808b7087ce5a23329f238141c066990 (patch)
tree758b98b4feda11b2f0a3cf80a42114e4b9ce96d5 /cop.h
parent8c2194213d30844320187ec6b2b6e37513000047 (diff)
downloadperl-55d39ade3808b7087ce5a23329f238141c066990.tar.gz
Document PERL_SI
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cop.h b/cop.h
index b675370d54..b61bb30174 100644
--- a/cop.h
+++ b/cop.h
@@ -1011,6 +1011,12 @@ struct stackinfo {
};
+/*
+=for apidoc Ay||PERL_SI
+Use this typedef to declare variables that are to hold C<struct stackinfo>.
+
+=cut
+*/
typedef struct stackinfo PERL_SI;
#define cxstack (PL_curstackinfo->si_cxstack)