[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lossage in TOPS-10 Fillarray.



In TOPS-10 MACLISP, a call to FILLARRAY to transfer fixnums from a file
to an array, we get a HALT at user PC 441465 if and only if the end of file
is hit.  All other cases seem to work.  Apparently the EOF test at label
BLT16: is busted.  We need this flavor of FILLARRAY for the editor we are
doing.
-- Scott Fahlman