Commit 405bfc41 by Loren J. Rittle Committed by Loren J. Rittle

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
parent 11a584be
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
......
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