Copyright Digital Equipment Corp. All rights reserved.

BOUNDNOTINT

Message        <Context> the array bound "<expression>" does not
               have an integral type.

Description    The compiler has encountered an array-bounds
               specifier that is not an integral type.  Array-bounds
               specifiers must be positive integer constants.

User Action    Correct the array-bounds specifier