diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-07 20:24:49 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-07 20:24:49 +0000 |
commit | b590e127af3ae652c5b643f8e53f626bea1213b5 (patch) | |
tree | 144dad2436d08028d31d783ea7a7dbe4b43c7165 /ace/config-irix5.3-g++.h | |
parent | d60c147713ff73254266fedf707173562c6c490c (diff) | |
download | ATCD-b590e127af3ae652c5b643f8e53f626bea1213b5.tar.gz |
fixed ACE_SIZEOF_LONG_DOUBLE determination
Diffstat (limited to 'ace/config-irix5.3-g++.h')
-rw-r--r-- | ace/config-irix5.3-g++.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index d1418b44991..3feac8b3a90 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -9,10 +9,7 @@ #include "ace/config-g++-common.h" -// The Irix 6.x float.h doesn't allow us to distinguish between a -// double and a long double. So, we have to hard-code this. We -// assume that it is necessary on Irix 5.3 also. -#define ACE_SIZEOF_LONG_DOUBLE 16 +#define ACE_SIZEOF_LONG_DOUBLE 8 #define ACE_NEEDS_SYSTIME_H // Platform supports getpagesize() call. |