| www.delorie.com/gnu/docs/m4/m4_22.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A macro definition can be removed with undefine:
undefine(name) |
which removes the macro name. The macro name must necessarily be quoted, since it will be expanded otherwise.
The expansion of undefine is void.
foo =>foo define(`foo', `expansion text') => foo =>expansion text undefine(`foo') => foo =>foo |
It is not an error for name to have no macro definition. In that
case, undefine does nothing.
The macro undefine is recognized only with parameters.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |