File psl-1983/3-1/tests/20/xxx-system-gc.red artifact 4305ebeac6 part of check-in d9e362f11e


%
% XXX-SYSTEM-GC.RED - System dependent before and after GC hooks, stubs
% 
% Author:      Eric Benson
%	       Symbolic Computation Group
%              Computer Science Dept.
%              University of Utah
% Date:        5 March 1982
% Copyright (c) 1982 University of Utah
%

% Do nothing on the Dec-20

on Syslisp;

syslsp smacro procedure BeforeGCSystemHook();
    NIL;

syslsp smacro procedure AfterGCSystemHook();
    NIL;


off Syslisp;

END;




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