summaryrefslogtreecommitdiff
path: root/ace/config-irix5.2.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-07 20:24:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-07 20:24:49 +0000
commitb590e127af3ae652c5b643f8e53f626bea1213b5 (patch)
tree144dad2436d08028d31d783ea7a7dbe4b43c7165 /ace/config-irix5.2.h
parentd60c147713ff73254266fedf707173562c6c490c (diff)
downloadATCD-b590e127af3ae652c5b643f8e53f626bea1213b5.tar.gz
fixed ACE_SIZEOF_LONG_DOUBLE determination
Diffstat (limited to 'ace/config-irix5.2.h')
-rw-r--r--ace/config-irix5.2.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/config-irix5.2.h b/ace/config-irix5.2.h
index d051b842b34..274d9564d8d 100644
--- a/ace/config-irix5.2.h
+++ b/ace/config-irix5.2.h
@@ -32,10 +32,7 @@
// Platform supports recvmsg and sendmsg.
#define ACE_HAS_MSG
-// 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.2 also.
-#define ACE_SIZEOF_LONG_DOUBLE 16
+#define ACE_SIZEOF_LONG_DOUBLE 8
#define IRIX5
#define ACE_HAS_ALLOCA