|
VMS Help CC, Messages, CANNOTUNDEF *Conan The Librarian |
Message Cannot #undef a macro that is currently expanding.
Description The program is trying to #undef the same macro it is
currently expanding. The #undef will be ignored.
User Action Remove the #undef, or move it after the expansion of
the macro.
|
|