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:
parent
11a584be8d
commit
405bfc410e
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user