From 183f4e5c8fd72c75132c5b979e2d980be1de9468 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 11 May 1991 00:18:05 +0000 Subject: [PATCH] Moved room.lisp before gc.lisp so that MEMORY-USAGE will have been exported by the time we compile gc. --- tools/worldcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index bf9d8d687..5e1edcebe 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -117,8 +117,8 @@ (comf "target:code/extensions") (comf "target:code/commandline") -(comf "target:code/gc") (comf "target:code/room") +(comf "target:code/gc") (comf "target:code/purify") (comf "target:code/save") -- GitLab