Comment 1 for bug 876376

Revision history for this message
Ph. Marek (ph-marek) wrote :

This seems to be the part

(let ((res (coerce `(lambda (,n-frame)
                            (declare (ignorable ,n-frame))
                            (symbol-macrolet ,(specs) ,form))
                         'function)))

in src/code/debug-int.lisp (preprocess-for-eval)