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

Compiling CASE



    Date: Wed, 8 Apr 87 10:37 EDT
    From: Don Morrison <dfm@jasper.palladian.com>

[...]
    I wonder, however, if all implementations do the right thing if you declare a macro
    which is treated specially as notinline?

I don't think it should be necessary to declare/proclaim a macro
notinline.  For the macro to work at all, the defmacro must be seen by
the compiler before it tries to compile the use of the macro.  I would
hope that the macro would be smart enough to notice that the user has
overridden the default definition.
						barmar