* m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name.
+2019-03-23 Bruno Haible <bruno@clisp.org>
+
+ strtold: Fix typo.
+ * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name.
+
2019-03-23 Bruno Haible <bruno@clisp.org>
noreturn: In C++ mode with clang, use _Noreturn as fallback.
-# 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,
#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