changeset 5559:9ea03dc062ed

* c-strtod.m4 (gl_C99_STRTOLD): New macro. (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 24 Dec 2004 08:36:54 +0000
parents 6260000d86d2
children c4421f9ee757
files m4/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* c-strtod.m4 (gl_C99_STRTOLD): New macro.
+	(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
+
 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.