From a89d998fc0dbbdd68ffe0f901b9c8a52ed8681f7 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Wed, 23 Jan 2002 19:01:04 +0000 Subject: [PATCH] Remove the OLD-SPARC nickname from the SPARC package. (Should the other OLD-xxx nicknames go away too?) --- code/exports.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 5268cc179..ee799e5d4 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -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" -- GitLab