From 98c5f15cfe00e491f40f48200d502db1d133abfd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 11 Apr 2021 07:07:59 -0600 Subject: numeric.: Rmv outdated condition It hasn't been true for some releases that the SV was removed when the radix was a dot. Instead the SV contains the correct decimal point character at all times. --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') 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 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 { -- cgit v1.2.1