summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-07 13:13:49 -0700
committerKarl Williamson <khw@cpan.org>2020-11-14 22:01:57 -0700
commitd1388a9f14b371b498f17bd56e201989bc88d12e (patch)
tree9ef7b8fe499df1bd0f1a3833a315b91066bd1920 /embed.fnc
parent1c137c72d5dc07332a55a4895542d2b805d4684e (diff)
downloadperl-d1388a9f14b371b498f17bd56e201989bc88d12e.tar.gz
embed.fnc: Add detail to u flag description
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 5 insertions, 3 deletions
diff --git a/embed.fnc b/embed.fnc
index e96cf2be8b..48f2b8b3da 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -512,9 +512,11 @@
:
: For example, the expansion of STR_WITH_LEN is a comma separated pair of
: values, so would have this flag; or some macros take preprocessor
-: tokens, so would have this flag. This flag is an indication to
-: downstream tools, such as Devel::PPPort, that this requires special
-: handling.
+: tokens, so would have this flag.
+:
+: This also is used for entries that require processing for use, such as
+: being compiled by xsubpp. This flag is an indication to downstream
+: tools, such as Devel::PPPort, that this requires special handling.
:
: U autodoc.pl will not output a usage example
: