summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-18 00:30:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-18 00:30:47 +0000
commit0a17d6a88402f0083b4ce1043c44bb02d18108e0 (patch)
tree81548a9062b5d5bf4ab07c99c994858612bfe0f2
parente249b219dc0628abac403d76e0026acb6dcba290 (diff)
downloadATCD-0a17d6a88402f0083b4ce1043c44bb02d18108e0.tar.gz
Removed ACE_GLOBAL_COLONS macro - found another way.
-rw-r--r--ace/OS.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 0423c3a5933..b9e1dc66596 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -8593,17 +8593,6 @@ ACE_OS_CString (ASCII_STRING).wchar_rep ()
#define ptr_align_binary(ptr, alignment) \
((char *) align_binary (((ptr_arith_t) (ptr)), (alignment)))
-// SunCC 5.0 has problems with the first double colon in
-// (::foo...) which all other compilers need in certain
-// cases of code generated from an IDL file.
-# if !defined (ACE_GLOBAL_COLONS)
-# if (__SUNPRO_CC) && (__SUNPRO_CC == 0x500)
-# define ACE_GLOBAL_COLONS ""
-# else
-# define ACE_GLOBAL_COLONS "::"
-# endif /* __SUNPRO_CC && __SUNPRO_CC == 0x500 */
-# endif /* ACE_GLOBAL_COLONS */
-
// Defining POSIX4 real-time signal range.
#if defined ACE_HAS_AIO_CALLS
#define ACE_SIGRTMIN SIGRTMIN