From b3f141b19a3022bd9de839cef260a1d0b6b9f928 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 3 Jun 1990 16:42:44 +0000 Subject: [PATCH] Nuke ``var'' and ``arg'' from the lisp package, 'cause we want to export them from the debug package. Nuke ``pointer<'' and ``pointer>'' from the compiler package, 'cause we want to export them from the system package. --- code/exports.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/exports.lisp b/code/exports.lisp index 264e97c50..bcc9fd0d0 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.27 1990/06/03 16:40:03 ch Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.28 1990/06/03 16:42:44 wlott Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -32,11 +32,15 @@ (nuke "LEXICAL-ENVIRONMENT" "LISP") (nuke "NEGATE" "LISP") (nuke "TYPE-EXPAND" "LISP") + (nuke "VAR" "LISP") + (nuke "ARG" "LISP") (nuke "STRUCTURE-TYPE" "XP") (nuke "CONCAT-PNAMES" "LISP") (nuke "ONCE-ONLY" "COMPILER") (nuke "CONSTANT" "COMPILER") (nuke "SAP+" "COMPILER") + (nuke "POINTER<" "COMPILER") + (nuke "POINTER>" "COMPILER") (nuke "SAP+" "LISP")) (labels -- GitLab