changeset 8564:4da0aa038935

Depend on isnanl now.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Mar 2007 22:27:16 +0000
parents c3d334708928
children c49cf515502f
files ChangeLog modules/mathl
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
 	(tanl): Perform test for NaN at the beginning of the function and
 	through a call to isnanl.
 	* lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
+	* modules/mathl (Depends-on): Add isnanl.
 
 2007-03-26  Eric Blake  <ebb9@byu.net>
 
--- a/modules/mathl
+++ b/modules/mathl
@@ -22,6 +22,7 @@
 Depends-on:
 math
 frexpl
+isnanl
 
 configure.ac:
 gl_FUNC_LONG_DOUBLE_MATH