The information in this article applies to:
SYMPTOMS
In the Microsoft C/C++ compiler, the /u compiler option turns off the
definition of all predefined identifiers. Therefore, other compiler options
that implicitly define identifiers are incompatible with /u. Nevertheless,
no warnings or errors are generated if an option incompatible with /u is
specified.
CAUSEThis is expected behavior. The /U (undefine) option turns off the definition of an single identifier already defined for the preprocessor. The /u option turns off every defined identifier. Both the /U and /u options apply to predefined names and user defined ones. Additional query words: 8.00 8.00c 9.00 9.10
Keywords : kbCompiler kbVC100 kbVC150 kbVC151 kbVC152 kbVC200 kbVC210 kbVC400 kbVC500 |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |