Copyright Digital Equipment Corp. All rights reserved.

ARRAYLIMITSUP

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

Description    This array 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 array type.  It may be
               possible to use a pointer type instead of a large
               array.  The storage can still be accessed using array
               syntax.