Copyright Digital Equipment Corp. All rights reserved.

CHAROVERFL

Message        A character constant value requires more than
               sizeof(int) bytes of storage.

Description    A character constant is too long to fit in an int.
               The compiler will ignore the extra characters.

User Action    Remove the extra characters from the character
               constant.