The information in this article applies to:
SYMPTOMSThe H2INC utility does not appear to handle #undef correctly. For example, the following code fragment causes "error A2005: symbol redefinition: test2" to appear:
CAUSE
This behavior is by design.
NOTE: In MASM, constants defined with EQU cannot be redefined.
RESOLUTIONA #define can define "text equates" as well as "numeric equates." In the case of numeric constants, use an editor to change the "EQU" to a "=". Additional query words: 6.10 6.11
Keywords : |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |