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? thanks! -- Sam Steingold (http://www.podval.org/~sds) running w2k <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http://www.mideasttruth.com/> <http://www.honestreporting.com> In every non-trivial program there is at least one bug.
