std_limits.h (__glibcpp_float_has_quiet_NaN, [...]): Correct mispelling.
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>
Thu, 17 Jan 2002 15:46:48 +0000 (15:46 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 17 Jan 2002 15:46:48 +0000 (15:46 +0000)
       * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
       __glibcpp_double_has_quiet_NaN): Correct mispelling.

From-SVN: r48955

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_limits.h

index ac32813..5e663ec 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
+       __glibcpp_double_has_quiet_NaN): Correct mispelling.
+
 2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
 
        * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
index 7a64636..fd7aeaf 100644 (file)
 #define __glibcpp_float_has_infinity false
 #endif
 
-#ifndef __glibcpp_float_has_quiet_NaM
+#ifndef __glibcpp_float_has_quiet_NaN
 #define __glibcpp_float_has_quiet_NaN false
 #endif
 
 #define __glibcpp_double_has_infinity false
 #endif
 
-#ifndef __glibcpp_double_has_quiet_NaM
+#ifndef __glibcpp_double_has_quiet_NaN
 #define __glibcpp_double_has_quiet_NaN false
 #endif