Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!news From: ayers@HX Newsgroups: comp.sys.ti.explorer Subject: RE: areas Message-ID: <1990May4.150516.6711@mintaka.lcs.mit.edu> Date: 4 May 90 15:05:16 GMT Sender: news@mintaka.lcs.mit.edu Organization: MIT Laboratory for Computer Science Lines: 11 In-Reply-To: <24711@pasteur.Berkeley.EDU> You can do this by specifying that the structure is implemented as an array: (defvar *my-area* (make-area :name 'my-area :gc :dynamic)) (defstruct (compiler-object (:type :named-array) (:make-array (:area 'my-area))) ....) -- Andy