Copyright Digital Equipment Corp. All rights reserved.

DUPCASE

Message        The switch statement containing this case label
               already has a case label for "<number>".

Description    A switch statement contains more than one case label
               for the same case value.

User Action    Remove the duplicate case label.