Skip to content
Snippets Groups Projects
Commit a89d998f authored by toy's avatar toy
Browse files

Remove the OLD-SPARC nickname from the SPARC package. (Should the

other OLD-xxx nicknames go away too?)
parent 5a41cd18
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.188 2002/01/18 17:43:11 pmai Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.189 2002/01/23 19:01:04 toy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -620,7 +620,7 @@
(defpackage #+pmax "PMAX" #+sparc "SPARC" #+ibmrt "RT"
#+x86 "X86" #+hppa "HPPA" #+alpha "ALPHA" #+sgi "SGI" #+ppc "PPC"
(:nicknames "VM" #+(or pmax sgi) "MIPS"
#+pmax "OLD-MIPS" #+sparc "OLD-SPARC" #+ibmrt "OLD-RT"
#+pmax "OLD-MIPS" #+ibmrt "OLD-RT"
#+x86 "OLD-X86" #+hppa "HPPA" #+alpha "OLD-ALPHA"
#+sgi "OLD-SGI" #+ppc "OLD-PPC")
(:import-from "LISP" "%ARRAY-TYPEP" "%ASET" "%BITSET" "%CHARSET"
......
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