summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 23:13:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 23:13:23 +0000
commit123a36d5f53b12cc4d4243a3af25aac93cf9f9af (patch)
tree6cfe4497befe6af858f5837d17ad1b6f19071b51 /ace/Log_Priority.h
parent917c1162363149b612ec80b8d5efe16bb09d86c5 (diff)
downloadATCD-123a36d5f53b12cc4d4243a3af25aac93cf9f9af.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index 9cce4eee856..8294e7844ba 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -70,7 +70,9 @@ enum ACE_Log_Priority
// Do not use!!, this enum value ensures that the underlying
// integral type for this enum is at least 32 bits.
+#if !defined (ACE_HAS_BROKEN_ENUMS)
ENSURE_32_BITS = 0xFFFFFFFF
+#endif /* ACE_HAS_BROKEN_ENUMS */
};
#endif /* ACE_LOG_PRIORITY_H */