File psl-1983/3-1/kernel/20/heap.build artifact 28df2775c8 part of check-in d9e362f11e


%
% HEAP.BUILD - Declaration of the heap and BPS
% 
% Author:      Mark Swanson
%              Symbolic Computation Group
%              Computer Science Dept.
%              University of Utah
% Date:        4 March 1983
% Copyright (c) 1983 University of Utah
%

on Syslisp;

internal WArray BPS[BPSSize];

exported WVar NextBPS = &BPS[0] + 8#1000000,
	      LastBPS = &BPS[BPSSize] + 8#1000000;

exported WConst Heap = 8#2000000;

off Syslisp;

END;


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]