Copyright Digital Equipment Corp. All rights reserved.

UNDECLVAR

Message        There is no global declaration visible for the
               variable "<name>" at the point of this #pragma assert
               global_status_variable.

Description    An identifier specified in a #pragma assert directive
               must refer to a global variable declaration visible
               at the point of the pragma.  The identifier will be
               ignored.

User Action    Either remove the identifer from the pragma, correct
               its spelling, or reorder the source to ensure that a
               declaration of the identifier as a global_variable is
               visible at the point of the pragma.