VMS Help
CC, Language topics, Preprocessor, #undef

 *Conan The Librarian

  The #undef directive cancels a previously defined macro
  replacement.  Any other macro replacements that occurred before the
  #undef directive remain.

  The #undef directive has the following syntax:

       #undef identifier
  Close     Help