From 1872adcdab1faf556cd0bf7f5a3de80e8f8d4a6f Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 1 Apr 1990 20:18:59 +0000
Subject: [PATCH] Have the C package use the VM package.

---
 code/exports.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 3e1b27535..c321b9ec8 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.1 1990/04/01 17:35:43 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.2 1990/04/01 20:18:59 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -516,6 +516,7 @@
 (use-package "EXT")
 (use-package "KERNEL")
 (use-package "SYSTEM")
+(use-package "VM")
 
 (export '(*compile-time-define-macros* *compiling-for-interpreter*
 	  compile-for-eval entry-node-info-nlx-tag entry-node-info-st-top
-- 
GitLab