Skip to content
Snippets Groups Projects
Commit 1872adcd authored by wlott's avatar wlott
Browse files

Have the C package use the VM package.

parent 602944fd
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.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. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -516,6 +516,7 @@ ...@@ -516,6 +516,7 @@
(use-package "EXT") (use-package "EXT")
(use-package "KERNEL") (use-package "KERNEL")
(use-package "SYSTEM") (use-package "SYSTEM")
(use-package "VM")
(export '(*compile-time-define-macros* *compiling-for-interpreter* (export '(*compile-time-define-macros* *compiling-for-interpreter*
compile-for-eval entry-node-info-nlx-tag entry-node-info-st-top compile-for-eval entry-node-info-nlx-tag entry-node-info-st-top
......
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