Copyright Digital Equipment Corp. All rights reserved.

BITFIELDSIZE

Message        The CDD description for bitfield <name> specifies a
               size greater than 32; The excess is declared
               separately.

Description     HP C does not allow individual bitfields larger than
               32.  As a result, a series of bitfields have been
               declared whose total size matches that of the CDD
               definition.

User Action    If the generated definitions are acceptable, then no
               user action is necessary.  If, however, the generated
               definitions are not acceptable, then the CDD
               description should be altered.