summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2015-02-27 17:55:43 +0000
committerHugo van der Sanden <hv@crypt.org>2015-03-09 22:15:46 +0000
commit73e4395489b3af4945ee03565112cf8d41d7d349 (patch)
tree450c7043f52c95c88a20f27626d67338faed698e /numeric.c
parent22ff313068aa37b1a24855e760e71ee9a20a1a90 (diff)
downloadperl-73e4395489b3af4945ee03565112cf8d41d7d349.tar.gz
grok_atoUV: don't make part of API
.. but keep available to extensions.
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index 41f620c897..a13a5e236e 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1033,7 +1033,7 @@ Perl_grok_number_flags(pTHX_ const char *pv, STRLEN len, UV *valuep, U32 flags)
}
/*
-=for apidoc grok_atoUV
+grok_atoUV
grok_atoUV parses a C-style zero-byte terminated string, looking for
a decimal unsigned integer.
@@ -1060,7 +1060,6 @@ used for incremental parsing, and therefore should be avoided
atoi and strtol are also affected by locale settings, which can also be
seen as a bug (global state controlled by user environment).
-=cut
*/
bool