qc.hlp (Table of Contents; Topic list)
#undef
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:  #undef
 
  Syntax:     #undef identifier
 
  Summary:    Removes the current definition of <identifier>, which
              must have been previously defined with the #define
              directive.
 
  See also:   #define, defined, #if, #ifdef, #ifndef
                                    -♦-