Copyright Digital Equipment Corp. All rights reserved.

STRUCTLIMITSUP

Message        <Context> HP C provides only limited support for
               struct/union types larger than <n> bytes.

Description    This struct/union type is larger than can be
               represented by size_t.  While HP C will allow a type
               declared to be this size, uses of the type are not
               fully supported and may cause unpredictable behavior.

User Action    Reduce the size of the type.