projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c81fe2
)
PL_numeric_radix used without being defined (from Ilya
Gurusamy Sarathy [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 */
}