From 69c171d230e41c37bad72603dcbda1c44b390cc6 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 31 Aug 1993 09:03:07 +0000 Subject: [PATCH] Moved error after type system file in load order. --- tools/worldbuild.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp index 039a587a9..129224855 100644 --- a/tools/worldbuild.lisp +++ b/tools/worldbuild.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/worldbuild.lisp,v 1.27 1993/08/19 16:18:38 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.28 1993/08/31 09:03:07 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -51,12 +51,12 @@ "target:code/eval" "target:code/struct" - "target:code/error" "target:code/typedefs" "target:code/class" "target:code/type" "target:compiler/generic/vm-type" "target:code/type-init" + "target:code/error" "target:code/defstruct" "target:compiler/proclaim" -- GitLab