This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #77930] cx_stack reallocation during sort
[perl5.git] / numeric.c
index e7e740f..c9423ce 100644 (file)
--- a/numeric.c
+++ b/numeric.c
@@ -349,7 +349,7 @@ On entry I<start> and I<*len> 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
-invalid character will also trigger a warning.
+8 or 9 will also trigger a warning.
 On return I<*len> is set to the length of the scanned string,
 and I<*flags> gives output flags.