From 67dc42fa2872686889a2fcae9328606667b97f55 Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Wed, 29 Jun 1994 21:38:19 +0000 Subject: [PATCH] Updated for the sgi. Also changed package stuff on the pmax. --- code/exports.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 5e7c636bf..414c3a379 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.100 1994/06/22 13:25:20 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.101 1994/06/29 21:38:19 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -563,9 +563,9 @@ '("%SP-SET-DEFINITION" "%SP-SET-PLIST" "ARRAY-HEADER-P" "BASE-CHAR-P" "DOUBLE-FLOAT-P" "SIMPLE-ARRAY-P" "SINGLE-FLOAT-P")) (intern name "KERNEL")) -(defpackage #+pmax "MIPS" #+sparc "SPARC" #+ibmrt "RT" +(defpackage #+pmax "PMAX" #+sparc "SPARC" #+ibmrt "RT" #+x86 "X86" #+hppa "HPPA" #+alpha "ALPHA" #+sgi "SGI" - (:nicknames "VM" + (:nicknames "VM" #+(or pmax sgi) "MIPS" #+pmax "OLD-MIPS" #+sparc "OLD-SPARC" #+ibmrt "OLD-RT" #+x86 "OLD-X86" #+hppa "HPPA" #+alpha "OLD-ALPHA" #+sgi "OLD-SGI") -- GitLab