diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-15 18:55:50 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-15 18:55:50 +0000 |
commit | e1cd15351e908b01bf413823329b23e272550375 (patch) | |
tree | 572eee5110f943e2e8cb247850224a7eff538de4 /ace/config-chorus.h | |
parent | ce0bdf4d7abb3c5e50075420da8c6593fc9aa495 (diff) | |
download | ATCD-e1cd15351e908b01bf413823329b23e272550375.tar.gz |
removed comment that the config file was for MIT threads
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r-- | ace/config-chorus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h index af0c68c0ede..937103acc61 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -2,7 +2,7 @@ // $Id$ // The following configuration file is designed to work for Chorus -// platforms using the MIT threads package and one of these compilers: +// platforms using one of these compilers: // * GNU g++ // * GreenHills @@ -31,7 +31,7 @@ # define ACE_LACKS_ACE_IOSTREAM /* MVME lacks signed and unsigned char */ # define ACE_LACKS_FLOATING_POINT #else /* ! __GNUG__ && ! ghs */ -# error unsupported compiler on VxWorks +# error unsupported compiler for ACE on Chorus #endif /* ! __GNUG__ && ! ghs */ // OS-specific configuration |