From: Bruno Haible Date: Sat, 23 Mar 2019 19:20:44 +0000 (+0100) Subject: strtold: Fix typo. X-Git-Tag: v1.0~5004 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e0de43c19ed109b715e8f1ee5570491fdc464694;p=gnulib.git strtold: Fix typo. * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name. --- diff --git a/ChangeLog b/ChangeLog index 14bdd0979d..d66415458c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-03-23 Bruno Haible + + strtold: Fix typo. + * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name. + 2019-03-23 Bruno Haible noreturn: In C++ mode with clang, use _Noreturn as fallback. diff --git a/m4/strtold.m4 b/m4/strtold.m4 index c1c05d1a7a..16b4edaca1 100644 --- a/m4/strtold.m4 +++ b/m4/strtold.m4 @@ -1,4 +1,4 @@ -# strtold.m4 serial 2 +# strtold.m4 serial 3 dnl Copyright (C) 2002-2003, 2006-2019 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -98,7 +98,7 @@ numeric_equal (long double x, long double y) #endif ], [gl_cv_func_strtold_works="guessing yes"], - [gl_cv_func_strtod_works="guessing no"]) + [gl_cv_func_strtold_works="guessing no"]) ]) ]) case "$gl_cv_func_strtold_works" in