From 9dbdfab7f87b37d4150c04c8611c50801bf26fa3 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 21 Nov 1990 09:27:30 +0000 Subject: [PATCH] Added exports of halt, make-fixnum, make-other-immediate-type from the C package. --- code/exports.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/exports.lisp b/code/exports.lisp index f1221f8e2..05be66d52 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.57 1990/11/21 07:15:32 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.58 1990/11/21 09:27:30 wlott Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -641,6 +641,7 @@ code-constant-set allocate-code-object code-instructions compute-function get-vector-subtype set-vector-subtype + hash make-fixnum make-other-immediate-type )) (in-package "LISP") -- GitLab