summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
commita9ed61b14817cf00e94082614b98422836664aa3 (patch)
tree1a8e384cd18200a827944640abc00fa00e2cf1c5 /ace/Log_Priority.h
parenta44a8a1792d66d3a30615c7d5e58c892eab90a37 (diff)
downloadATCD-a9ed61b14817cf00e94082614b98422836664aa3.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index 8294e7844ba..3f7e96a0211 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -72,6 +72,11 @@ enum ACE_Log_Priority
// integral type for this enum is at least 32 bits.
#if !defined (ACE_HAS_BROKEN_ENUMS)
ENSURE_32_BITS = 0xFFFFFFFF
+#else
+ ENSURE_32_BITS = 0x1FFFFFFF
+ // HP/CXX makes an error the usage of "long enumerators", but this
+ // one (that requires 29 bits) is OK.... only HP can come up with
+ // something like that...
#endif /* ACE_HAS_BROKEN_ENUMS */
};