Skip to content
Snippets Groups Projects
Commit 183f4e5c authored by wlott's avatar wlott
Browse files

Moved room.lisp before gc.lisp so that MEMORY-USAGE will have been exported

by the time we compile gc.
parent d49b070a
No related branches found
No related tags found
No related merge requests found
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
(comf "target:code/extensions") (comf "target:code/extensions")
(comf "target:code/commandline") (comf "target:code/commandline")
(comf "target:code/gc")
(comf "target:code/room") (comf "target:code/room")
(comf "target:code/gc")
(comf "target:code/purify") (comf "target:code/purify")
(comf "target:code/save") (comf "target:code/save")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment