From 6bb9916450470e6d15c12565ebce758b625e80eb Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 18 May 1992 17:57:04 +0000 Subject: [PATCH] Don't have C and VM use ASSEMBLER, so they can pick between the new and old assemblers. --- code/exports.lisp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 7b2f61bbc..6b761df02 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.77 1992/05/15 21:54:01 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.78 1992/05/18 17:57:04 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -139,7 +139,7 @@ (use-package '("LISP" "WALKER") "ITERATE") (use-package '("C-CALL" "ALIEN-INTERNALS" "ALIEN" "BIGNUM" "LISP" "KERNEL" "EXTENSIONS" - "SYSTEM" "ASSEMBLER" "C") + "SYSTEM" "C") "VM") (use-package '("EXTENSIONS" "LISP") "CONDITIONS") (use-package '("LISP") "DISASSEM") @@ -149,8 +149,7 @@ (use-package '("LISP" "SYSTEM" "EXTENSIONS") "HEMLOCK-INTERNALS") (use-package '("LISP" "SYSTEM" "EXTENSIONS" "KERNEL") "DEBUG-INTERNALS") (use-package - '("ALIEN-INTERNALS" "ALIEN" "LISP" "EXTENSIONS" "KERNEL" "SYSTEM" "BIGNUM" - "ASSEMBLER") + '("ALIEN-INTERNALS" "ALIEN" "LISP" "EXTENSIONS" "KERNEL" "SYSTEM" "BIGNUM") "C") (use-package '("LISP") "DIRED") (use-package '("LISP") "WIRE") -- GitLab