Re: building image
Frode Vatvedt Fjeld <[email protected]> 27 Oct 2006 08:23:53 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
"Vikas N Kumar" <[email protected]> writes: > ** - Continuable Error > COMMON-LISP:READ from > #<INPUT BUFFERED FILE-STREAM COMMON-LISP:CHARACTER #P"losp\\los0-gc.lisp" > @339> > : must specify element of vector of length 250 This is in all likelihood because the CLisp reader doesn't accept the syntax "#250()". I believe that CLisp will accept e.g. "#250(nil)", so I checked in a fix like that just now. -- Frode Vatvedt Fjeld