From 88c294b3c5b6bfc284f17d5a349c4d2067b2a16e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 16 Dec 1992 10:57:11 +0000 Subject: [PATCH] Compile module.lisp again. --- tools/worldcom.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index 00a263cd7..1df97c741 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.46 1992/09/24 17:01:03 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.47 1992/12/16 10:57:11 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -161,6 +161,7 @@ (comf "target:code/pathname") (comf "target:code/filesys")) (comf "target:code/load") +(comf "target:code/module") (comf "target:code/eval") -- GitLab