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

defmacro &environment bug?



In a DEFMACRO, KCL seems to insist on the ordering of:

	( [&whole var] [&environment var] {pseudo-var}* ... )

While CLtL is clear on &whole having to be first if it appears,
no mention is made of &environment having to be before the
pseudo-var list.  If &environment does appear later in the list,
it is treated as a regular parameter name (at least in AKCL 1.79).

Is this a bug, or have people since standardized on where this
marker should go?

- Phil