summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.fnc2
-rw-r--r--numeric.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 88f1631f5e..412d4f6884 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3366,7 +3366,7 @@ pTo |int |my_mkstemp |NN char *templte
#endif
APpdT |bool |isinfnan |NV nv
-p |bool |isinfnansv |NN SV *sv
+pd |bool |isinfnansv |NN SV *sv
#if !defined(HAS_SIGNBIT)
AxdToP |int |Perl_signbit |NV f
diff --git a/numeric.c b/numeric.c
index 2b880376bd..db8197c259 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1763,7 +1763,7 @@ Perl_isinfnan(NV nv)
}
/*
-=for apidoc
+=for apidoc isinfnansv
Checks whether the argument would be either an infinity or C<NaN> when used
as a number, but is careful not to trigger non-numeric or uninitialized