On 7/28/05, Huai Yuan <[EMAIL PROTECTED]> wrote: > The following snippet is conforming CL code AFAIK, but I got warnings when > compiling it using cmucl (both 19a and 19b). The execution result seems to > be correct; I am reporting it here lest it is a symptom of bigger problem.
The same code in sbcl gives two style warnings due to the lack of an appropriate defgeneric for f. If you provide the defgeneric then sbcl issues no warnings. Just a point of reference for people looking into the bug. Michael
