summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-08 12:48:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-08 12:48:14 +0000
commit8672a9e2dbd3d2c6d86e170cf906f1362f86a97e (patch)
tree414ff8ed555f350305f22e959c5f02894da80bc1 /ace
parent9c2f6425fe3426419750ff1dffd907874580598f (diff)
downloadATCD-8672a9e2dbd3d2c6d86e170cf906f1362f86a97e.tar.gz
ChangeLogTag:Fri Oct 8 07:47:08 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 81c9621f5e2..f3897140f96 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -7405,7 +7405,7 @@ private:
# if defined (ACE_NEW_THROWS_EXCEPTIONS)
# if (__SUNPRO_CC)
-# if defined (__SUNPRO_CC < 0x500) || ((__SUNPRO_CC == 0x500 && > __SUNPRO_CC_COMPAT == 4))
+# if (__SUNPRO_CC < 0x500) || ((__SUNPRO_CC == 0x500 && > __SUNPRO_CC_COMPAT == 4))
# include /**/ <exception.h>
// Note: we catch ::xalloc rather than just xalloc because of
// a name clash with unsafe_ios::xalloc()