VMS Help CC, Language topics, Preprocessor, #undef *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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
|