home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0384.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  487 b   |  16 lines

  1.  
  2. I don't know if this was answered (I haven't seen it) but I am
  3. quite sure the problem is in the definition of *array in array.l,
  4. down near the bottom there is a (do ((i size)) ((zerop i))
  5. (set (arrayref tname (setq i......)
  6.  
  7. the error is coming I believe from that (set) for fixnum-block type
  8. arrays. If someone can come up with the fix I would appreciate,
  9. (or already has) otherwise I'll try and figure out what should be
  10. there. Thanks in advance.
  11.  
  12.     -Barry Shein, Boston University
  13.  
  14.  
  15.  
  16.