On Tue, 2003-09-02 at 15:05, Gerd Moellmann wrote: > 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)
The application runs to completion. :-) Yea! I wasn't sure I was going to be able to provide a small self contained test case. Craig
