Commit 2bcb0aa0 by Gabriel Dos Reis Committed by Gabriel Dos Reis

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
parent 821adc5e
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment