Copyright Digital Equipment Corp. All rights reserved.

ENVIRSTKDIRTY

Message        At the end of the compilation the pragma <name> stack
               was not empty.  This may indicate a coding error.

Description    The program being compiled has saved the named pragma
               state more often than it has restored it.  Good
               coding practice calls for the pragma state to be
               restored some point after it has been saved.  This
               condition may indicate the accidental failure to
               restore the state.

User Action    Make sure each pragma save has a corresponding pragma
               restore.