OSDN Git Service

* include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 15:46:48 +0000 (15:46 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 15:46:48 +0000 (15:46 +0000)
       __glibcpp_double_has_quiet_NaN): Correct mispelling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48955 138bc75d-0d04-0410-961f-82ee72b054a4

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