Craig Lanning <[EMAIL PROTECTED]> writes: > CTL> Does anybody have any idea what might be going on?
Maybe I have an idea even without a test case. What is the effect when you run this in a Lisp having this patch? (in-package :pcl) (defun call-ctor (class initargs) (declare (ignore class initargs)) nil)
