std_limits.h (__glibcpp_float_has_quiet_NaN, [...]): Correct mispelling.

* include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
       __glibcpp_double_has_quiet_NaN): Correct mispelling.

From-SVN: r48955
This commit is contained in:
Gabriel Dos Reis 2002-01-17 15:46:48 +00:00 committed by Gabriel Dos Reis
parent 821adc5ed7
commit 2bcb0aa081
2 changed files with 7 additions and 2 deletions

View 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.

View File

@ -598,7 +598,7 @@
#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
@ -702,7 +702,7 @@
#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