summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-02-21 17:11:39 -0700
committerKarl Williamson <khw@cpan.org>2021-03-02 19:07:08 -0700
commit3e116a2f33c34b65a321fc07a8c0d767e555c962 (patch)
tree1e4577caabf084269827dbf11e78e318345d9442
parent5f41fa466a67b5535aa8bcf4b814f242545ac7bd (diff)
downloadperl-3e116a2f33c34b65a321fc07a8c0d767e555c962.tar.gz
embed.fnc: Add clarifying comment
-rw-r--r--embed.fnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index eb7b47601a..d030eb4771 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -450,7 +450,10 @@
: embed.h: suppress "#define foo Perl_foo"
:
: autodoc.pl adds a note that this function must be explicitly called as
-: Perl_$name with an aTHX_ parameter.
+: Perl_$name, and with an aTHX_ parameter unless the 'T' flag is also
+: specified.
+
+: mnemonic: 'omit' generated macro
:
: P Pure function:
: