summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 14:52:49 -0600
committerKarl Williamson <khw@cpan.org>2020-08-27 15:15:28 -0600
commit44eb6c28715463c761eb4f0c01e37547f63cfca5 (patch)
treef4a665eab9ac710329d82ec31ef00dfcafe7267e /numeric.c
parent9c21e5294bc61e4bdc3e7c1583e6b54aa7ad72a5 (diff)
downloadperl-44eb6c28715463c761eb4f0c01e37547f63cfca5.tar.gz
perlapi: Don't display certain flag values
These were not intended to go into perlapi, but the flag indicating so was mistakenly left off.
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/numeric.c b/numeric.c
index 0a3efb6df0..8920afc7dd 100644
--- a/numeric.c
+++ b/numeric.c
@@ -726,12 +726,12 @@ If an infinity or a not-a-number is recognized, C<*sp> will point to
one byte past the end of the recognized string. If the recognition fails,
zero is returned, and C<*sp> will not move.
-=for apidoc Amn|bool|IS_NUMBER_GREATER_THAN_UV_MAX
-=for apidoc Amn|bool|IS_NUMBER_INFINITY
-=for apidoc Amn|bool|IS_NUMBER_IN_UV
-=for apidoc Amn|bool|IS_NUMBER_NAN
-=for apidoc Amn|bool|IS_NUMBER_NEG
-=for apidoc Amn|bool|IS_NUMBER_NOT_INT
+=for apidoc Amnh|bool|IS_NUMBER_GREATER_THAN_UV_MAX
+=for apidoc Amnh|bool|IS_NUMBER_INFINITY
+=for apidoc Amnh|bool|IS_NUMBER_IN_UV
+=for apidoc Amnh|bool|IS_NUMBER_NAN
+=for apidoc Amnh|bool|IS_NUMBER_NEG
+=for apidoc Amnh|bool|IS_NUMBER_NOT_INT
=cut
*/