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

PCL on LUCID



re: The problem is due to the call to sys::defadvice at the bottom of
    lucid-low.  Is it safe to just conditionalize this on LCL3.0 and exclude
    the whole function call otherwise?

DEFADVICE is only present in 3.0 releases; by all means, that code should
be under #+LCL3.0.   Apparently, its purpose is merely to make the
function ARGLIST useable in place of GENERIC-FUNCTION-PRETTY-ARGLIST.


-- JonL --