Skip to content

Commit 3bd2e0d

Browse files
committed
perlapi: IS_NUMBER_NEG and kin aren't bools
Insted they are flags
1 parent dcf3506 commit 3bd2e0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

numeric.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -742,12 +742,12 @@ If an infinity or a not-a-number is recognized, C<*sp> will point to
742742
one byte past the end of the recognized string. If the recognition fails,
743743
zero is returned, and C<*sp> will not move.
744744
745-
=for apidoc Amnh|bool|IS_NUMBER_GREATER_THAN_UV_MAX
746-
=for apidoc Amnh|bool|IS_NUMBER_INFINITY
747-
=for apidoc Amnh|bool|IS_NUMBER_IN_UV
748-
=for apidoc Amnh|bool|IS_NUMBER_NAN
749-
=for apidoc Amnh|bool|IS_NUMBER_NEG
750-
=for apidoc Amnh|bool|IS_NUMBER_NOT_INT
745+
=for apidoc Amnh||IS_NUMBER_GREATER_THAN_UV_MAX
746+
=for apidoc Amnh||IS_NUMBER_INFINITY
747+
=for apidoc Amnh||IS_NUMBER_IN_UV
748+
=for apidoc Amnh||IS_NUMBER_NAN
749+
=for apidoc Amnh||IS_NUMBER_NEG
750+
=for apidoc Amnh||IS_NUMBER_NOT_INT
751751
752752
=cut
753753
*/

0 commit comments

Comments
 (0)