Sam Steingold <[EMAIL PROTECTED]> writes: > I have a macro which expands to (inter alia) a FLET, which defines a > local function which might - or might not! - be called by the caller of > the macro. > > now, all callers of the macro which happen not to use the local function > now emit "Note: Deleting unused function". > > is there a way to declare a local function "ignorable" to avoid such > notes?
Yes: the IGNORABLE declaration. Cheers, Christophe
