summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 4936ceff26..84d2319053 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1492,7 +1492,7 @@ N.B. C<s> must be NUL terminated.
{
DECLARATION_FOR_LC_NUMERIC_MANIPULATION;
STORE_LC_NUMERIC_SET_TO_NEEDED();
- if (! (PL_numeric_radix_sv && IN_LC(LC_NUMERIC))) {
+ if (! IN_LC(LC_NUMERIC)) {
ATOF(s,x);
}
else {