Copyright Digital Equipment Corp. All rights reserved.

MSGPOP

Message        This "restore" has underflowed the message stack.  No
               corresponding "save" was found.

Description    The message stack, managed by the #pragma message and
               #pragma environment directives, contains more
               restores than saves.  This could signify a coding or
               logic error in the program.

User Action    Make sure each restore has a corresponding save.