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

More on the DEFSTRUCT bug



This was the problem:
(defstruct foo x)
(defun bar(u) (foo-x u)) -> compiler warning about undefined foo-x.
I have found that I get the warning only when (optimize (debug 3)).
     Daniel Ranson (ranson@lannion.cnet.fr)