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

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.
parent 4603b84f
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.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
......
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