From e0de43c19ed109b715e8f1ee5570491fdc464694 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 23 Mar 2019 20:20:44 +0100 Subject: [PATCH] strtold: Fix typo. * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name. --- ChangeLog | 5 +++++ m4/strtold.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5