std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and double.

2001-12-17  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/std_limits.h (__glibcpp_long_double_is_bounded):
	Set to true, like float and double.

From-SVN: r48145
This commit is contained in:
Benjamin Kosnik 2001-12-18 06:57:28 +00:00 committed by Benjamin Kosnik
parent 40aba207b1
commit 8d33a04d8b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-12-17 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/std_limits.h (__glibcpp_long_double_is_bounded):
Set to true, like float and double.
2001-12-17 David Billinghurst <David.Billinghurst@riotinto.com>
libstdc++/5136

View file

@ -846,7 +846,7 @@
#endif
#ifndef __glibcpp_long_double_is_bounded
#define __glibcpp_long_double_is_bounded false
#define __glibcpp_long_double_is_bounded true
#endif
#ifndef __glibcpp_long_double_is_modulo