summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 14:55:46 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:12 -0600
commitd9177d152d4cdbd709d6712e725b6eacf9654442 (patch)
tree84cc8f8e048ab73255d30de6bb00e5a5f2b4c373 /perl.h
parent16a2918c205a712f41c8eb3fdaf47f00a13c3f86 (diff)
downloadperl-d9177d152d4cdbd709d6712e725b6eacf9654442.tar.gz
Fix documentation of WITH_LC_NUMERIC_foo
Now that Devel::PPPort can handle a macro whose argument is a {...} block, we can appropriately document these.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index f6a07945fc..89d3c828ce 100644
--- a/perl.h
+++ b/perl.h
@@ -6569,7 +6569,7 @@ expression, but with an empty argument list, like this:
...
}
-=for apidoc Am|void|WITH_LC_NUMERIC_SET_TO_NEEDED
+=for apidoc Am|void|WITH_LC_NUMERIC_SET_TO_NEEDED|block
This macro invokes the supplied statement or block within the context
of a L</STORE_LC_NUMERIC_SET_TO_NEEDED> .. L</RESTORE_LC_NUMERIC> pair
@@ -6592,7 +6592,7 @@ is equivalent to:
#endif
}
-=for apidoc Am|void|WITH_LC_NUMERIC_SET_TO_NEEDED_IN|bool in_lc_numeric
+=for apidoc Am|void|WITH_LC_NUMERIC_SET_TO_NEEDED_IN|bool in_lc_numeric|block
Same as L</WITH_LC_NUMERIC_SET_TO_NEEDED> with in_lc_numeric provided
as the precalculated value of C<IN_LC(LC_NUMERIC)>. It is the caller's