limits.h (__glibcpp_long_double_bits): Only define if not already provided by per-OS file.

* config/cpu/i386/bits/limits.h (__glibcpp_long_double_bits): Only
        define if not already provided by per-OS file.
        * config/os/bsd/freebsd/bits/os_defines.h (__glibcpp_long_double_bits):
        Define.

From-SVN: r45165
This commit is contained in:
Loren J. Rittle 2001-08-24 21:57:15 +00:00 committed by Loren J. Rittle
parent 11a584be8d
commit 405bfc410e
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2001-08-24 Loren J. Rittle <ljrittle@acm.org>
* config/cpu/i386/bits/limits.h (__glibcpp_long_double_bits): Only
define if not already provided by per-OS file.
* config/os/bsd/freebsd/bits/os_defines.h (__glibcpp_long_double_bits):
Define.
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>
* docs/html/17_intro/C++STYLE: Fix typo.

View File

@ -28,6 +28,9 @@
#ifndef _GLIBCPP_CPU_LIMITS
#define _GLIBCPP_CPU_LIMITS 1
// Some operating systems set this
#ifndef __glibcpp_long_double_bits
#define __glibcpp_long_double_bits 80
#endif
#endif

View File

@ -35,6 +35,8 @@
/* System-specific #define, typedefs, corrections, etc, go here. This
file will come before all others. */
#define __glibcpp_long_double_bits __glibcpp_double_bits
#define _GLIBCPP_AVOID_FSEEK 1
#endif