diff options
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. |