Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E9DEC854-3E5F-45F5-B250-C3DDCA6715FC
Visible to Intel only — GUID: GUID-E9DEC854-3E5F-45F5-B250-C3DDCA6715FC
U
Undefines any definition currently in effect for the specified symbol.
Syntax
Linux: |
-Uname |
Windows: |
/Uname |
Arguments
name |
Is the name of the symbol to be undefined. |
Default
OFF |
Symbol definitions are in effect until they are undefined. |
Description
This option undefines any definition currently in effect for the specified symbol.
On Windows systems, use the /u option to undefine all previously defined preprocessor values.
IDE Equivalent
Visual Studio: Preprocessor > Undefine Preprocessor Definitions
Alternate Options
Linux: None
Windows: /undefine:name