Copyright Digital Equipment Corp. All rights reserved.

BADUSERMACRO

Message        The name "<name>" cannot be a user-defined macro.

Description    The code has tried to #define either a macro that is
               predefined by the C standard or the DEFINED
               preprocessing keyword.  This is not allowed.  The
               #define will be ignored.

User Action    Remove the #define directive.