| |||||
Technical Support On-Line Manuals Cx51 User's Guide | #undefThe #undef directive un-defines a macro name. #undef macro-name #undef causes the previously defined macro macro-name to no longer be defined as a macro. If macro-name is not defined, #undef is ignored. Predefined macros are not affected by #undef. | ||||
| |||||