From: Juergen Wagner
Subject: Problem with defstruct : constructor &aux
Date: 
Message-ID: <1992Sep30.141418.26405@Csli.Stanford.EDU>
The following doesn't seem to work under AKCL 1.609 on a SPARCstation:

(defstruct (a :named (:constructor make-a (&aux (slot 2))))
  slot)

It gives me an "Error: An illegal BOA constructor." According to CLtL, this
should be supported (there is even an example create-foo with &aux).

Am I overlooking something essential here?

--Juergen			·······@csli.stanford.edu