summaryrefslogtreecommitdiff
path: root/ace/config-dgux-4.x-ghs.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-03-31 22:06:03 +0000
committerSteve Huston <shuston@riverace.com>1998-03-31 22:06:03 +0000
commita23d7ce7cb4179e340977ebfd7d7269b45dcf9af (patch)
tree3dbc8c2f7f109222c208fa349ff496a19ba21c32 /ace/config-dgux-4.x-ghs.h
parentd30990d51593261212c5b8b969608417e711827e (diff)
downloadATCD-a23d7ce7cb4179e340977ebfd7d7269b45dcf9af.tar.gz
Removed the settings for ACE_SIZEOF_LONG_LONG since the compiler
doesn't properly support what ACE is looking for (a 64-bit long).
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r--ace/config-dgux-4.x-ghs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h
index 77ab15b8719..b297d4f37be 100644
--- a/ace/config-dgux-4.x-ghs.h
+++ b/ace/config-dgux-4.x-ghs.h
@@ -54,11 +54,7 @@
// Compiler/platform does not support the "long long" datatype.
#define ACE_LACKS_LONGLONG_T
-#if defined (__LL_Is_32)
-#define ACE_SIZEOF_LONG_LONG 4
-#elif defined (__LL_Is_64)
-#define ACE_SIZEOF_LONG_LONG 8
-#endif
+
// Green Hills doesn't give a preprocessor symbol for long double
#define ACE_SIZEOF_LONG_DOUBLE 8