1234567891011121314151617181920 |
- %
- % HEAP.BUILD - Declaration of the heap and BPS
- %
- % Author: Eric Benson
- % Symbolic Computation Group
- % Computer Science Dept.
- % University of Utah
- % Date: 27 May 1982
- % Copyright (c) 1982 University of Utah
- %
- on Syslisp;
- exported WArray BPS[BPSSize],
- Heap[HeapSize];
- off Syslisp;
- END;
|