summaryrefslogtreecommitdiff
path: root/tests/Handle_Set_Test.cpp
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-19 18:44:31 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-19 18:44:31 +0000
commit21d7f90c0dbf210b62c1d2b884953534335e78b9 (patch)
tree6838d0c398ec540d801b93687531180660a729c2 /tests/Handle_Set_Test.cpp
parent945cae4bb1a84dbcd8a51e45356ac39c1e757ee9 (diff)
downloadATCD-21d7f90c0dbf210b62c1d2b884953534335e78b9.tar.gz
Changes to support Green Hills Native x86 compiler.
Diffstat (limited to 'tests/Handle_Set_Test.cpp')
-rw-r--r--tests/Handle_Set_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp
index 296d3d08e8d..99a5c285227 100644
--- a/tests/Handle_Set_Test.cpp
+++ b/tests/Handle_Set_Test.cpp
@@ -231,7 +231,7 @@ main (int argc, ACE_TCHAR *argv[])
// The ACE_Node<ACE_INT32> instantation is in ace/Stats.cpp.
template class ACE_Unbounded_Set<ACE_HANDLE>;
template class ACE_Unbounded_Set_Iterator<ACE_HANDLE>;
-# if defined(_CRAYMPP)
+# if defined(_CRAYMPP) || defined(ghs) && defined (ACE_WIN32)
// MPP Cray ACE_HANDLE is 64-bit, defined as int, but ACE_INT32 is short
// so instantiation in ace/Stats.cpp isn't used in this case
template class ACE_Node<ACE_HANDLE>;