summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-06 13:34:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-06 13:34:02 +0000
commit7c7b9c2c60483900773e9a52793704b399daebc9 (patch)
tree2584245a5ce6f37a8db8140163161d216a153030 /tests/Conn_Test.cpp
parent06ead03a353cf062a89a50efbec9b5588ff83026 (diff)
downloadATCD-7c7b9c2c60483900773e9a52793704b399daebc9.tar.gz
renamed ACE_HAS_OLD_GNUG to ACE_HAS_GNUG_PRE_2_8
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index c254bee1cdb..9baa529c4b8 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -180,7 +180,7 @@ Svc_Handler::idle (u_long flags)
// Template specializations. Older versions of g++, such as 2.7.2.3,
// can't deal with them, though.
-#if defined (ACE_HAS_TEMPLATE_SPECIALIZATION) && !defined (ACE_HAS_OLD_GNUG)
+#if defined (ACE_HAS_TEMPLATE_SPECIALIZATION) && !defined (ACE_HAS_GNUG_PRE_2_8)
size_t
ACE_Hash_Addr<ACE_INET_Addr>::hash_i (const ACE_INET_Addr &addr) const
{