From 13f3e8863a5fe99be2f5f16b5fd7f97962266151 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 20 Apr 1990 16:49:29 +0000 Subject: [PATCH] Moved debug-info earlier in the compilation. --- tools/worldcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index 39928ac68..1342fac02 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -34,6 +34,7 @@ ;(comf "code:clx-ext") (comf "code:commandline") (comf "code:eval") +(comf "code:debug-info") (comf "code:debug-int") (comf "code:debug") (comf "code:trace") @@ -76,7 +77,6 @@ (comf "code:foreign") (comf "c:proclaim") (comf "c:knownfun") -(comf "code:debug-info") ;;; Later so that miscellaneous structures are defined (not crucial, but nice.) (comf "code:describe") -- GitLab