* config/os/irix/irix5.2/bits/os_defines.h

(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.

From-SVN: r53077
This commit is contained in:
Kaveh R. Ghazi 2002-05-03 04:01:58 +00:00 committed by Kaveh Ghazi
parent 3a02124033
commit 08d028699d
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/os/irix/irix5.2/bits/os_defines.h
(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
* config/os/irix/irix5.2/bits/ctype_inline.h: Cast to unsigned
char.

View File

@ -1,6 +1,6 @@
// Specific definitions for IRIX -*- C++ -*-
// Copyright (C) 2001 Free Software Foundation, Inc.
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@ -51,4 +51,10 @@
// GCC does not use thunks on IRIX.
#define _G_USING_THUNKS 0
#define __glibcpp_long_double_bits 64
#if __LONG_MAX__ > 2147483647
#define __glibcpp_long_bits 64
#endif
#endif