[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: do-nothing macro generates nil nevertheless



On 27 Feb 1995, Dave Yost wrote:

> My point is that some functionality is not provided:
> namely, the ability of a macro to expand into _nothing_.

Why not just use ,@(the-macro ...) ?  Then if it returns nil, you get 
nothing.  Of course, it must always return a list for this to work.