diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 22:33:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 22:33:05 +0000 |
commit | 8c2741557e986a77da6eb58cfc4829ffbbc53a7e (patch) | |
tree | eb127d4b5b519fb0d67713d00d3e523a27dfc3eb /ace/config-chorus.h | |
parent | e68c220338fccf2048bacb7705ef324fdcbb8a59 (diff) | |
download | ATCD-8c2741557e986a77da6eb58cfc4829ffbbc53a7e.tar.gz |
added ACE_LACKS_FLOATING_POINT support
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r-- | ace/config-chorus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h index 0a979a01bbd..af0c68c0ede 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -29,6 +29,7 @@ # define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA # define ACE_HAS_TEMPLATE_SPECIALIZATION # define ACE_LACKS_ACE_IOSTREAM /* MVME lacks signed and unsigned char */ +# define ACE_LACKS_FLOATING_POINT #else /* ! __GNUG__ && ! ghs */ # error unsupported compiler on VxWorks #endif /* ! __GNUG__ && ! ghs */ |