projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eeb2ff
)
perlapi: Refer to correct formal parameter name
author
Karl Williamson
<public@khwilliamson.com>
Tue, 26 Nov 2013 01:24:17 +0000
(18:24 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 26 Nov 2013 02:40:41 +0000
(19:40 -0700)
numeric.c
patch
|
blob
|
history
diff --git
a/numeric.c
b/numeric.c
index
4b7de7c
..
c1bd581
100644
(file)
--- a/
numeric.c
+++ b/
numeric.c
@@
-234,7
+234,7
@@
Perl_grok_bin(pTHX_ const char *start, STRLEN *len_p, I32 *flags, NV *result)
converts a string representing a hex number to numeric form.
-On entry I<start> and I<*len> give the string to scan, I<*flags> gives
+On entry I<start> and I<*len
_p
> give the string to scan, I<*flags> gives
conversion flags, and I<result> should be NULL or a pointer to an NV.
The scan stops at the end of the string, or the first invalid character.
Unless C<PERL_SCAN_SILENT_ILLDIGIT> is set in I<*flags>, encountering an