Copyright Digital Equipment Corp. All rights reserved.

INITCONFLICT

Message        Overlapping static storage initializations detected
               at Psect <text> + <number>

Description    The compiler back-end as detected a case where the
               same storage location has been initialized to more
               than one value.  This can occur when inter-file
               optimization has been enabled.

User Action    Remove one of the initializers.