From 8e17f67fb3c58b4a5c9563f6f550ce0aab62d748 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 14 Mar 1991 14:24:53 +0000 Subject: [PATCH] Removed export of CURRENT-FP from C, now that it is exported from KERNEL. --- code/exports.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index b5b29407e..a9989a88c 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.67 1991/02/08 13:32:20 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.68 1991/03/14 14:24:53 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.67 1991/02/08 13:32:20 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.68 1991/03/14 14:24:53 ram Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -588,7 +588,6 @@ closure-ref coerce-to-function copy-more-arg - current-fp current-stack-pointer dealloc-number-stack-space fast-safe-coerce-to-function -- GitLab