mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:54:50 +08:00
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:
parent
821adc5ed7
commit
2bcb0aa081
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user