Copyright Digital Equipment Corp. All rights reserved.

RESMISMATCH

Message        The pointer size restored with pragma <pragma name>
               was saved using pragma <pragma name>.  The pointer
               size restored will take effect.

Description    HP C supports two forms of the pointer-size
               directives.  One begins with #pragma pointer_size,
               the other with #pragma required_pointer_size.  A
               program has mixed the required_pointer_size and the
               pointer_size form of the pointer-size directives in a
               way that is not recommended.  This might indicate a
               programming error.

User Action    If a pointer size has been saved by one form of the
               pointer-size directive, it should be restored by the
               same form of the directive.