#UNDEFINE - Delete a Substitution Label
Syntax
#undefine <label>
Description
<label>
is an identifier previously defined with the#define
directive. It must be a valid MPASM assembler label. The symbol named is removed from the symbol table.Example
#define length 20
:
#undefine length
See Also
Microchip Technology Inc. Microchip's Web Site Voice: (480) 792-7200 Fax: (480) 899-9210 Microchip's E-mail Address |