diff --git a/code/exports.lisp b/code/exports.lisp index 05be66d525330dcbecd34a89a4cefa420948803a..f34a4c6661591490e21a5cb0442dc0f880c33458 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.58 1990/11/21 09:27:30 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.59 1990/11/21 10:35:54 wlott Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -641,7 +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 + halt make-fixnum make-other-immediate-type )) (in-package "LISP")