[armedbear-devel] (defstruct (teststruct (:type list) :named) testslot)))

Alan Ruttenberg alanruttenberg at gmail.com
Sat Dec 25 07:31:30 UTC 2010


(defstruct (teststruct (:type list) :named) testslot)))

causes the following defun to be compiled:

(DEFUN NIL (SYSTEM::INSTANCE) (ELT SYSTEM::INSTANCE 0))

That shouldn't be. Particularly if (fdefinition nil) gives an error.

-Alan




More information about the armedbear-devel mailing list