summaryrefslogtreecommitdiff
path: root/lib/isnan.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-02-07 01:47:53 +0100
committerBruno Haible <bruno@clisp.org>2008-02-07 01:47:53 +0100
commite2cc522f19bb9144ad1ee284152bd2b0a1c43427 (patch)
tree2ff6dae5ccca29cc81bbf61287d744932b34dcb4 /lib/isnan.c
parente302472df8a44f1e282de6307f25d796ad8a7415 (diff)
downloadgnulib-e2cc522f19bb9144ad1ee284152bd2b0a1c43427.tar.gz
Fix bug introduced on 2008-01-26.
Diffstat (limited to 'lib/isnan.c')
-rw-r--r--lib/isnan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isnan.c b/lib/isnan.c
index 04bf7f0d9b..a5ca38df41 100644
--- a/lib/isnan.c
+++ b/lib/isnan.c
@@ -1,5 +1,5 @@
/* Test for NaN that does not need libm.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
# define SIZE SIZEOF_LDBL
# define L_(literal) literal##L
#elif ! defined USE_FLOAT
-# define FUNC rpl_isnan
+# define FUNC rpl_isnand
# define DOUBLE double
# define MAX_EXP DBL_MAX_EXP
# define MIN_EXP DBL_MIN_EXP