summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-06-14 01:41:08 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 23:55:29 +0000
commit98994639e4e0e9a0cf55f6cc04e86c3779f35e38 (patch)
tree3ba7303d15a2dd4f42777e42701232b4bcce6739 /pod
parent140be146a3e0c10f0df826fef23fa4a24af56a2e (diff)
downloadperl-98994639e4e0e9a0cf55f6cc04e86c3779f35e38.tar.gz
splitting util.c
Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk> p4raw-id: //depot/perl@10579
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index d67da131f9..f950bd0321 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -561,7 +561,7 @@ of the number can fit an in UV, it is returned in the *valuep.
int grok_number(const char *pv, STRLEN len, UV *valuep)
=for hackers
-Found in file util.c
+Found in file numeric.c
=item grok_numeric_radix
@@ -570,7 +570,7 @@ Scan and skip for a numeric decimal separator (radix).
bool grok_numeric_radix(const char **sp, const char *send)
=for hackers
-Found in file util.c
+Found in file numeric.c
=item GvSV