Skip to content
Snippets Groups Projects
Commit 15049ca2 authored by wlott's avatar wlott
Browse files

Added reallocate-system-memory to the system exports.

Added %set-raw-bits to the lisp->c imports.
parent 279f8d04
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.47 1990/07/23 19:04:22 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.48 1990/08/15 17:51:22 wlott Exp $
;;;
;;; All the stuff necessary to export various symbols from various packages.
;;;
......@@ -448,7 +448,8 @@
system-area-pointer-p unproclaim unstructured vector-sap
wait-until-fd-usable with-enabled-interrupts with-fd-handler
with-interrupts with-reply-port with-stack-alien without-gcing
without-hemlock without-interrupts words))
without-hemlock without-interrupts words
reallocate-system-memory))
(in-package "USER")
......@@ -563,6 +564,7 @@
%primitive
%put
%raw-bits
%set-raw-bits
%rplaca
%rplacd
%sbitset
......
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