This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c81fe2
)
PL_numeric_radix used without being defined (from Ilya
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 13 Oct 1999 06:56:08 +0000
(06:56 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 13 Oct 1999 06:56:08 +0000
(06:56 +0000)
Zakharevich)
p4raw-id: //depot/perl@4361
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
5835556
..
d613c8e
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-544,8
+544,6
@@
Perl_set_numeric_radix(pTHX)
else
PL_numeric_radix = 0;
# endif /* HAS_LOCALECONV */
-#else
- PL_numeric_radix = 0;
#endif /* USE_LOCALE_NUMERIC */
}