diff options
author | Steve Huston <shuston@riverace.com> | 1998-03-31 22:06:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-03-31 22:06:03 +0000 |
commit | 759a11fe10b3829d42504abd9786d9223758555a (patch) | |
tree | 3dbc8c2f7f109222c208fa349ff496a19ba21c32 /ace/config-dgux-4.x-ghs.h | |
parent | 1f8c5446c9ba27dbcf36f82912a584f648a7b23d (diff) | |
download | ATCD-759a11fe10b3829d42504abd9786d9223758555a.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.h | 6 |
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 |