File r36/src/patches.red.empty artifact d6a055e805 part of check-in ab67b20f90
module patches; % Patches to correct problems in current release. % Author: Anthony C. Hearn. % Copyright (c) 1998 Anthony C. Hearn. All Rights Reserved. global '(patch!-date!*); patch!-date!* := "(no patches)"; endmodule; end;