Skip to content
Snippets Groups Projects
Commit 0073c0e0 authored by wlott's avatar wlott
Browse files

Nuked use-packages of VM, 'cause VM is just a nickname now.

parent 9ce9864f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.60 1990/12/01 22:18:58 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.61 1990/12/01 22:24:02 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -211,7 +211,6 @@ ...@@ -211,7 +211,6 @@
(use-package "EXT") (use-package "EXT")
(use-package "SYSTEM") (use-package "SYSTEM")
(use-package "BIGNUM") (use-package "BIGNUM")
(use-package "VM")
(export '(%array-fill-pointer %array-fill-pointer-p (export '(%array-fill-pointer %array-fill-pointer-p
%array-available-elements %array-data-vector %array-displacement %array-available-elements %array-data-vector %array-displacement
...@@ -553,7 +552,6 @@ ...@@ -553,7 +552,6 @@
(use-package "EXT") (use-package "EXT")
(use-package "KERNEL") (use-package "KERNEL")
(use-package "SYSTEM") (use-package "SYSTEM")
(use-package "VM")
(use-package "ASSEM") (use-package "ASSEM")
(use-package "BIGNUM") (use-package "BIGNUM")
...@@ -708,7 +706,6 @@ ...@@ -708,7 +706,6 @@
(in-package "BIGNUM") (in-package "BIGNUM")
(use-package "KERNEL") (use-package "KERNEL")
(use-package "VM")
(export '(add-bignums multiply-bignums negate-bignum subtract-bignum (export '(add-bignums multiply-bignums negate-bignum subtract-bignum
multiply-bignum-and-fixnum multiply-fixnums multiply-bignum-and-fixnum multiply-fixnums
......
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