heap.build 344 B

1234567891011121314151617181920
  1. %
  2. % HEAP.BUILD - Declaration of the heap and BPS
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 27 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. on Syslisp;
  12. exported WArray BPS[BPSSize],
  13. Heap[HeapSize];
  14. off Syslisp;
  15. END;